Enable gitlab travis

This commit is contained in:
2020-04-15 09:45:18 +02:00
parent f4242b10e7
commit 2b6cb5f1a8
5 changed files with 169 additions and 0 deletions

3
.gitlab/ghcup_env Normal file
View File

@@ -0,0 +1,3 @@
export GHCUP_INSTALL_BASE_PREFIX="$CI_PROJECT_DIR"
export PATH="$CI_PROJECT_DIR/.ghcup/bin:$CI_PROJECT_DIR/.local/bin:$PATH"