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

8
.gitlab/ghcup_env Normal file
View File

@@ -0,0 +1,8 @@
GHCUP_META_DOWNLOAD_URL="file://${CI_PROJECT_DIR}/.download-urls"
export GHCUP_META_DOWNLOAD_URL
GHCUP_META_VERSION_URL="file://${CI_PROJECT_DIR}/.available-versions"
export GHCUP_META_VERSION_URL
export GHCUP_INSTALL_BASE_PREFIX="$CI_PROJECT_DIR"
export PATH="$CI_PROJECT_DIR/.ghcup/bin:$CI_PROJECT_DIR/.local/bin:$PATH"