aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-25 09:35:12 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-25 09:35:12 -0700
commitc552fcc0c48c6c329cc8bbe01d900a4242c568e8 (patch)
tree77c0b0fb00107b46acfa3609a1a7dc3c640e7ac5
parentd93ea46be68cbf0ad38e8ef6fedf51c689b964cf (diff)
downloadpandoc-c552fcc0c48c6c329cc8bbe01d900a4242c568e8.tar.gz
appveyor - added diagnostic.
-rw-r--r--appveyor.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f70dc785e..195c2ae22 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,15 +62,13 @@ cache:
build: off
install:
- - choco install wixtoolset %CHOCO_OPTS%
+ - choco install wixtoolset --version 3.11 %CHOCO_OPTS%
- if "%BUILD_TYPE%" == "stack" (
- choco install haskell-stack %CHOCO_OPTS% &&
- refreshenv
+ choco install haskell-stack %CHOCO_OPTS%
)
- if "%BUILD_TYPE%" == "cabal" (
choco install -y ghc --version %GHC_VERSION% --ignore-dependencies %CHOCO_OPTS% &&
- choco install -y cabal --version %CABAL_VERSION% --ignore-dependencies %CHOCO_OPTS% &&
- refreshenv
+ choco install -y cabal --version %CABAL_VERSION% --ignore-dependencies %CHOCO_OPTS%
)
# before_test:
@@ -86,6 +84,8 @@ test_script:
)
- if "%BUILD_TYPE%" == "cabal" (
cabal --version &&
+ ghc --version &&
+ echo "%PATH%" &&
cabal --store-dir="%CABAL_STORE%" new-update &&
cabal --store-dir="%CABAL_STORE%" new-build %CABAL_BUILD_OPTS% . pandoc-citeproc &&
forfiles /P .\dist-newstyle /M pandoc*.exe /C "cmd /C cp @file .\windows\ "