This commit is contained in:
Kreyren 2020-02-09 18:53:31 +00:00
parent 5f4667e9c7
commit 814aab09e3
2 changed files with 6 additions and 5 deletions

@ -58,7 +58,8 @@ matrix:
COMPILER_C="gcc"
COMPILER_CXX="g++"
REPOSITORY="https://github.com/RXT0112/Zernit.git"
PACKAGES="git build-essential"
PACKAGES="git build-essential make"
# Ubuntu 19.10 (Eoan Ermine) with Clang
- name: "Ubuntu 19.10 (Eoan Ermine) with Clang"
os: linux
@ -74,7 +75,7 @@ matrix:
COMPILER_C="clang"
COMPILER_CXX="clang++"
REPOSITORY="https://github.com/RXT0112/Zernit.git"
PACKAGES="git build-essential"
PACKAGES="git build-essential make"
# Debian Linux
# Debian Testing
@ -115,7 +116,7 @@ matrix:
COMPILER_C="gcc"
COMPILER_CXX="g++"
REPOSITORY="https://github.com/RXT0112/Zernit.git"
PACKAGES="rustc cargo build-essentials"
PACKAGES="rustc cargo build-essentials make"
- name: "Debian Sid with Clang"
os: linux
@ -128,7 +129,7 @@ matrix:
COMPILER_C="clang"
COMPILER_CXX="clang++"
REPOSITORY="https://github.com/RXT0112/Zernit.git"
PACKAGES="rustc cargo build-essentials"
PACKAGES="rustc cargo build-essentials make"
# # FreeBSD
# # FreeBSD 12.0-RELEASE

@ -24,7 +24,7 @@ elif [ "$TRAVIS_OS_NAME" = linux ] && [ -n "$DOCKER" ] && [ -z "$QEMU" ]; then
# MacOS X
elif [ "$TRAVIS_OS_NAME" = osx ]; then
make --directory="/Users/travis/build/Kreyrock/Kreyrock" check
make --directory="/travis/Zernit" build-rustlang
elif [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$QEMU" = "FreeBSD" ]; then
ssh -p 8829 -oStrictHostKeyChecking=no -i "$HOME/.ssh/id_rsa" root@localhost \