Add stack.yaml wrt #75

This commit is contained in:
2020-09-30 23:42:30 +02:00
parent 281fb14d4c
commit 24ff430c45
3 changed files with 93 additions and 0 deletions

View File

@@ -102,6 +102,16 @@ variables:
only:
- tags
######## stack test ########
test:linux:stack:
before_script:
- ./.gitlab/before_script/linux/install_deps_minimal.sh
script:
- ./.gitlab/script/ghcup_stack.sh
extends:
- .debian
######## bootstrap test ########
test:linux:bootstrap_script: