diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2018-12-13 00:25:58 -0500 |
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-13 21:59:20 -0500 |
| commit | 966b9126036bd95d934c1cb3b1fcb31fe0a6c202 (patch) | |
| tree | e80385282ada129243d8c3f160632dea4cdf1550 | |
| parent | 6cf8d0b3bf61bc4134780c9efab2ab882d57e0f0 (diff) | |
| download | haskell-966b9126036bd95d934c1cb3b1fcb31fe0a6c202.tar.gz | |
gitlab-ci: Don't save artifacts for unreg and integer-simple ways
| -rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 967dafcfb2..55ea67ffdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,6 @@ validate-x86_64-linux-deb8-hadrian: THREADS=`mk/detect-cpu-count.sh` make test THREADS=$THREADS JUNIT_FILE=../../junit.xml artifacts: - when: always reports: junit: junit.xml paths: @@ -81,6 +80,8 @@ validate-x86_64-linux-deb8-hadrian: - echo "BUILD_SPHINX_PDF=NO" >> mk/build.mk after_script: - cp -Rf $HOME/.cabal cabal-cache + artifacts: + when: always cache: key: darwin paths: @@ -120,12 +121,16 @@ validate-x86_64-linux-deb8: image: ghcci/x86_64-linux-deb8:0.1 cache: key: linux-x86_64-deb8 + artifacts: + when: always validate-x86_64-linux-fedora27: extends: .validate-linux image: ghcci/x86_64-linux-fedora27:0.1 cache: key: linux-x86_64-fedora27 + artifacts: + when: always validate-x86_64-linux-deb9-integer-simple: extends: .validate-linux |
