This commit is contained in:
Kreyren 2020-02-09 18:35:35 +00:00
parent 8490247207
commit 4978158fe3
2 changed files with 8 additions and 3 deletions

@ -53,7 +53,7 @@ matrix:
COMPILER_C="gcc"
COMPILER_CXX="g++"
REPOSITORY="https://github.com/RXT0112/Zernit.git"
PACKAGES="git "
PACKAGES="git build-essential"
# Ubuntu 19.10 (Eoan Ermine) with Clang
- name: "Ubuntu 19.10 (Eoan Ermine) with Clang"
os: linux
@ -69,7 +69,7 @@ matrix:
COMPILER_C="clang"
COMPILER_CXX="clang++"
REPOSITORY="https://github.com/RXT0112/Zernit.git"
PACKAGES="git"
PACKAGES="git build-essential"
# Debian Linux
# Debian Testing
@ -218,5 +218,5 @@ install:
- QA/travis-ci/install.sh
script:
#- QA/travis-ci/test.sh
- QA/travis-ci/test.sh
- QA/travis-ci/build.sh

@ -8,6 +8,11 @@
# shellcheck source=QA/travis-ci/get-container.sh
. "QA/travis-ci/get-container.sh"
case "$TOOL" in
*check*) true ;;
*) die 0 "Skipping tests as instructed"
esac
# Linux as-is
if [ "$TRAVIS_OS_NAME" = linux ] && [ -z "$DOCKER" ] && [ -z "$QEMU" ]; then
make test-rustlang