diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-09-25 23:14:23 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-09-25 23:14:23 -0700 |
commit | d74b4d078883ea5c5f7fa0b8a68575313ab3ce74 (patch) | |
tree | 8c09c25354f23c60754a0e5d1e3ccc7481cb8174 | |
parent | a96ebe9924d1dd58ca1b45751567f073912e124d (diff) | |
download | pandoc-d74b4d078883ea5c5f7fa0b8a68575313ab3ce74.tar.gz |
appveyor - add 64-bit cabal build.
-rw-r--r-- | appveyor.yml | 8 |
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" |