AMD64
C++
Git
native-api/test_travis:.travis.yml@84ac664
os: linux
dist: focal
language: cpp
install:
- sudo apt update
- apt-cache showpkg libc6
- apt-mark showmanual
- sudo apt-get install -yq -f libc6=2.31-0ubuntu9.2 -o Debug::pkgProblemResolver=yes
- sudo -E apt-get -yq -f --no-install-suggests --no-install-recommends --allow-downgrades --allow-remove-essential --allow-change-held-packages install build-essential automake autoconf autoconf-archive libtool-bin texinfo yasm gcc-10 g++-10 clang-10 clang-format-10 clang-tidy-10 ninja-build cppcheck valgrind doxygen graphviz lcov -o Debug::pkgProblemResolver=yes
script: skip
Build Config
{
"language": "cpp",
"os": [
"linux"
],
"dist": "focal",
"install": [
"sudo apt update",
"apt-cache showpkg libc6",
"apt-mark showmanual",
"sudo apt-get install -yq -f libc6=2.31-0ubuntu9.2 -o Debug::pkgProblemResolver=yes",
"sudo -E apt-get -yq -f --no-install-suggests --no-install-recommends --allow-downgrades --allow-remove-essential --allow-change-held-packages install build-essential automake autoconf autoconf-archive libtool-bin texinfo yasm gcc-10 g++-10 clang-10 clang-format-10 clang-tidy-10 ninja-build cppcheck valgrind doxygen graphviz lcov -o Debug::pkgProblemResolver=yes"
],
"script": [
"skip"
]
}