summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-17 19:19:11 -0500
committerBen Gamari <ben@smart-cactus.org>2019-11-17 22:06:26 -0500
commit4b40d926cbd29ab47f98f4b6181bc2f4165ad2cc (patch)
tree8b0fe09623a3acf6086f06584a26288ec35ef6b7
parent6da370625f045b8ed03504c76777b17925cad0db (diff)
downloadhaskell-wip/fix-windows-again-2.tar.gz
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c400dc222..179c197fa3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,7 @@ before_script:
- "git fetch https://gitlab.haskell.org/ghc/ghc-performance-notes.git refs/notes/perf:refs/notes/perf || true"
stages:
+ - hello
- lint # Source linting
- quick-build # A very quick smoke-test to weed out broken commits
- build # A quick smoke-test to weed out broken commits
@@ -758,7 +759,7 @@ validate-x86_64-linux-fedora27:
.build-windows-hadrian:
extends: .build-windows
- stage: full-build
+ stage: hello
variables:
GHC_VERSION: "8.6.5"
FLAVOUR: "validate"
@@ -806,7 +807,7 @@ nightly-i386-windows-hadrian:
.build-windows-make:
extends: .build-windows
- stage: full-build
+ stage: hello
allow_failure: true
variables:
BUILD_FLAVOUR: "quick"