diff options
author | mrkkrp <markkarpov92@gmail.com> | 2018-03-30 17:18:16 +0700 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-04-07 13:30:15 -0400 |
commit | d386cd67662a9ece05fb094252668e3f5f8ce5e2 (patch) | |
tree | bd970282dda46d84855c82291b38c36458e7b623 /.appveyor.sh | |
parent | 5819ae2173d4b16f1fde067d39c3c215a6adfe97 (diff) | |
download | haskell-d386cd67662a9ece05fb094252668e3f5f8ce5e2.tar.gz |
Collect build artifacts with S3
Diffstat (limited to '.appveyor.sh')
-rw-r--r-- | .appveyor.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.sh b/.appveyor.sh index 97d0fdb15d..22cc520203 100644 --- a/.appveyor.sh +++ b/.appveyor.sh @@ -33,7 +33,8 @@ EOF "test") make test THREADS=$THREADS make binary-dist - 7z a ghc-windows.zip *.tar.xz + curl https://ghc-artifacts.s3.amazonaws.com/tools/ghc-artifact-collector-x86_64-windows --output ghc-artifact-collector + ./ghc-artifact-collector *.tar.xz ;; *) |