diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2019-02-20 20:42:13 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2019-02-22 06:56:08 +0000 |
commit | 44ad7215a11cb49651233646c30ced9eb72eaad2 (patch) | |
tree | baf468623f7989ca4374afff3582d1586add3dff /.gitlab-ci.yml | |
parent | c25b135ff5b9c69a90df0ccf51b04952c2dc6ee1 (diff) | |
download | haskell-44ad7215a11cb49651233646c30ced9eb72eaad2.tar.gz |
Use validate flavour rather than devel2 for DEBUG CI job
This also builds stage2 with optimisations and -dcore-lint
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ac6100191..2b3580fa38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -239,7 +239,7 @@ validate-x86_64-linux-deb9-debug: stage: build image: ghcci/x86_64-linux-deb9:0.2 variables: - BUILD_FLAVOUR: devel2 + BUILD_FLAVOUR: validate TEST_ENV: "x86_64-linux-deb9-debug" cache: key: linux-x86_64-deb9 |