Beef up the tests

This commit is contained in:
2020-01-09 15:07:15 +01:00
parent 291558edad
commit ddf292ab77
9 changed files with 275 additions and 83 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/sh
set -eux
. "$( cd "$(dirname "$0")" ; pwd -P )/../ghcup_env"
mkdir -p "$CI_PROJECT_DIR"/.local/bin
cp ./ghcup "$CI_PROJECT_DIR"/.local/bin/ghcup
ghcup -v -c install 8.6.5
test -f "$CI_PROJECT_DIR/.ghcup/cache/ghc-8.6.5-x86_64-deb9-linux.tar.xz"
ghcup -v -c install 8.6.5