AMD64
C++
Git
native-api/test_travis:.travis.yml@206edad
os: linux
dist: focal

language: cpp

install:
  - sudo apt update
  # - apt-cache showpkg libc6
  # - apt-mark auto libc6-dev
  #- sudo apt-get install -yq --allow-downgrades libc6=2.31-0ubuntu9.2 libc6-dev=2.31-0ubuntu9.2
  - sudo -E apt-get -yq --dry-run --no-install-suggests --no-install-recommends --allow-downgrades --allow-remove-essential --allow-change-held-packages --ignore-hold 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",
    "sudo -E apt-get -yq --dry-run --no-install-suggests --no-install-recommends --allow-downgrades --allow-remove-essential --allow-change-held-packages --ignore-hold 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"
  ]
}