Test bootstrap-haskell wrt #72

This commit is contained in:
2020-09-29 10:23:11 +02:00
parent 8786acf476
commit 8140936bd3
2 changed files with 41 additions and 0 deletions

View File

@@ -102,6 +102,19 @@ variables:
only:
- tags
######## bootstrap test ########
test:linux:bootstrap_script:
before_script:
- ./.gitlab/before_script/linux/install_deps.sh
script:
- ./.gitlab/script/ghcup_bootstrap.sh
variables:
GHC_VERSION: "8.8.4"
CABAL_VERSION: "3.2.0.0"
extends:
- .debian
######## linux test ########
test:linux:recommended: