summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authormrkkrp <mark.karpov@tweag.io>2018-02-16 18:53:31 +0700
committerBen Gamari <ben@smart-cactus.org>2018-02-27 11:43:56 -0500
commitdf2c3b3364834d2fd038192c89348fc50a2e0475 (patch)
treec700aea560e9ab037e310ae2a2908767a61274c2 /appveyor.yml
parentb2996f1b81c6c51eedc7ece93de0a6bc0426da5c (diff)
downloadhaskell-df2c3b3364834d2fd038192c89348fc50a2e0475.tar.gz
Build quick flavor and run some tests on Windows
This build fits into the 90 minutes window.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7ccf2e03b9..bcf35a038c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -25,6 +25,6 @@ build_script:
- bash .appveyor.sh test
artifacts:
- - path: C:\projects\ghc\ghc-windows.zip
+ - path: ghc-windows.zip
name: GHC Windows bindist
type: zip