diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-03-09 18:53:51 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-03-14 05:30:31 -0400 |
commit | 8b95ddd3f20a67acf5251347d80f9cab191bdfc4 (patch) | |
tree | 78b7c1c690d8373eceed0123a2aa6774ba0dda20 | |
parent | 88f7a76208b0fcf41ca0e16d18a71523f0601ee5 (diff) | |
download | haskell-8b95ddd3f20a67acf5251347d80f9cab191bdfc4.tar.gz |
gitlab-ci: Add integer-simple release build for Windows
Closes #16144.
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8bfce1664..f9c25037f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -890,6 +890,13 @@ release-x86_64-windows: extends: validate-x86_64-windows variables: BUILD_FLAVOUR: "perf" + # +release-x86_64-windows-integer-simple: + <<: *release + extends: validate-x86_64-windows + variables: + INTEGER_LIBRARY: integer-simple + BUILD_FLAVOUR: "perf" .build-i386-windows-make: |