sdgasdg
This commit is contained in:
parent
8490247207
commit
4978158fe3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user