summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-01-15 23:21:39 -0500
committerBen Gamari <ben@smart-cactus.org>2019-01-15 23:21:39 -0500
commit3ad6c60e13d0335fe2097ee529d9886d6989df89 (patch)
tree5375a2a59f2914886ff1412802974d875f12ad74
parenta7fdfd95b3bc6502884149b12823ca3930647f00 (diff)
downloadhaskell-3ad6c60e13d0335fe2097ee529d9886d6989df89.tar.gz
gitlab: Collect artifacts on Windows
-rw-r--r--.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5538bb984f..35aee09192 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -367,11 +367,21 @@ validate-x86_64-windows:
bash -c './configure --with-ghc=`pwd`/toolchain/bin/ghc --enable-tarballs-autodownload HappyCmd=`pwd`/toolchain/bin/happy AlexCmd=`pwd`/toolchain/bin/alex'
- bash -c "echo include mk/flavours/quick.mk > mk/build.mk"
- bash -c "PATH=`pwd`/toolchain/bin:$PATH make -j`mk/detect-cpu-count.sh`"
+ - |
+ bash -c "make binary-dist TAR_COMP_OPTS=-1"
+ mv ghc-*.tar.xz ghc.tar.xz
- bash -c 'make V=0 test THREADS=`mk/detect-cpu-count.sh` JUNIT_FILE=../../junit.xml'
cache:
key: x86_64-windows
tags:
- x86_64-windows
+ artifacts:
+ when: always
+ reports:
+ junit: junit.xml
+ paths:
+ - ghc.tar.xz
+ - junit.xml
############################################################
# Validation via CircleCI