From 4978158fe33b536efee45c13b228f9104b1d2dc1 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Sun, 9 Feb 2020 18:35:35 +0000 Subject: [PATCH] sdgasdg --- .travis.yml | 6 +++--- QA/travis-ci/test.sh | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5fa3378..7e5879a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file diff --git a/QA/travis-ci/test.sh b/QA/travis-ci/test.sh index a61443a..eed8547 100755 --- a/QA/travis-ci/test.sh +++ b/QA/travis-ci/test.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