This commit is contained in:
Kreyren 2020-02-09 19:10:44 +00:00
parent 0c0a61ce0e
commit f945b9f0be
2 changed files with 8 additions and 2 deletions

@ -229,6 +229,12 @@ matrix:
env:
TOOL="check"
# Windows
- name: "Windows build"
os: windows
env:
TOOL="build"
before-install:
- QA/travis-ci/before-install.sh

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