X-Git-Url: https://git.haskell.org/ghc.git/blobdiff_plain/0951e03efe9492b01cea3bf59a7cb4a3baaea8bd..refs/heads/circleci-centos:/.appveyor.sh diff --git a/.appveyor.sh b/.appveyor.sh index 97d0fdb..1a3e597 100644 --- a/.appveyor.sh +++ b/.appveyor.sh @@ -31,9 +31,10 @@ 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 + make test THREADS=$THREADS ;; *)