diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-09-24 11:05:09 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-09-24 11:57:19 -0400 |
commit | 0f895c67977eb9c460581377af32958ebed8dec1 (patch) | |
tree | 00ea38e2baa877b4447e6272eeed774ba8d3ed9a | |
parent | a1774fc9d5650333dd5fa7dc240b3b9b476b7062 (diff) | |
download | haskell-wip/refactor-srt-encoding.tar.gz |
gitlab-ci: Introduce no_tntc jobwip/refactor-srt-encoding
A manual job for testing the non-tables-next-to-code configuration.
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1535343b0..4a3ec3d8ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -333,6 +333,14 @@ validate-x86_64-linux-deb9-unreg-hadrian: CONFIGURE_ARGS: --enable-unregisterised TEST_ENV: "x86_64-linux-deb9-unreg-hadrian" +validate-x86_64-linux-deb9-no_tntc-hadrian: + extends: .validate-linux-hadrian + stage: full-build + when: manual + variables: + CONFIGURE_ARGS: --disable-tables-next-to-code + TEST_ENV: "x86_64-linux-deb9-no_tntc-hadrian" + .build-x86_64-linux-deb10-hadrian-cross-aarch64: extends: .validate-linux-hadrian image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV" |