1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-27 23:36:38 +02:00

Skip tests on Debian 8. It's LTS is EOL and fails at running tests.

We may want to scratch the build tests altogether for it actually..
This commit is contained in:
Bram Matthys
2021-08-28 10:25:36 +02:00
parent 58711d5e5f
commit 75d427ea2f
+5
View File
@@ -19,6 +19,11 @@ if [ ! -d ~/cipherscan ]; then
git clone -q https://github.com/mozilla/cipherscan
fi
if [ "$HOSTNAME" = "deb8" ]; then
echo "Not running tests on Debian 8. It's LTS is EOL and trouble with running tests."
exit 0
fi
# Install 'unrealircd-tests'
## XX: Temporary using this repo URL for early U6 development
GIT_SSH_COMMAND='ssh -i ~/.ssh/unrealircd_tests_next.key -oIdentitiesOnly=yes' git clone -q --branch unreal60 git@github.com:/syzop/unrealircd-tests-next.git unrealircd-tests