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

language: cpp

script:
  - sudo apt update
  - sudo apt-get -u dist-upgrade
  - sudo -E apt-get -yq --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
Build Config
{
  "language": "cpp",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "script": [
    "sudo apt update",
    "sudo apt-get -u dist-upgrade",
    "sudo -E apt-get -yq --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"
  ]
}