aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-25 23:14:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-25 23:14:23 -0700
commitd74b4d078883ea5c5f7fa0b8a68575313ab3ce74 (patch)
tree8c09c25354f23c60754a0e5d1e3ccc7481cb8174 /appveyor.yml
parenta96ebe9924d1dd58ca1b45751567f073912e124d (diff)
downloadpandoc-d74b4d078883ea5c5f7fa0b8a68575313ab3ce74.tar.gz
appveyor - add 64-bit cabal build.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c8836a569..95fbb9489 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,6 +27,14 @@ environment:
# # https://github.com/commercialhaskell/stackage/issues/3385
# # with luck this will be fixed in ghc 8.6.
- BUILD_TYPE: "cabal"
+ OSARCH: "windows-x86_64"
+ GHC_VERSION: "8.6.1.1"
+ GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-8.6.1\\bin\\ghc.exe"
+ CABAL_VERSION: "2.4.0.0"
+ CABAL_STORE: "C:\\cs"
+ ARCH: "x64"
+ CHOCO_OPTS: ""
+ - BUILD_TYPE: "cabal"
OSARCH: "windows-i386"
GHC_VERSION: "8.6.1.1"
GHC: "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-8.6.1\\bin\\ghc.exe"