diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-01-30 10:33:10 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-02-14 10:17:00 -0500 |
commit | 261a3cf83b757f6422acafa6e436ea7bb05ff532 (patch) | |
tree | 27e20064d7523d104b482bb07749ce4e087fc515 /.gitlab-ci.yml | |
parent | e35f3f98b085a6bd925bef1b97f81a3117358e8c (diff) | |
download | haskell-261a3cf83b757f6422acafa6e436ea7bb05ff532.tar.gz |
gitlab-ci: Build integer-simple job in the validate flavour
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f96ac8d69..31e4a600b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -614,6 +614,7 @@ validate-x86_64-linux-deb9-integer-simple: extends: .build-x86_64-linux-deb9 stage: full-build variables: + BUILD_FLAVOUR: validate INTEGER_LIBRARY: integer-simple TEST_ENV: "x86_64-linux-deb9-integer-simple" BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-deb9-linux-integer-simple.tar.xz" |