aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-20 14:46:47 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-20 14:46:47 -0800
commit5e106ce0b84e3e720f7c6ef19b1e29664987c862 (patch)
treeee23a819b031b2c4bbd49d4f1bea637ca510558f
parentac08a887cf83ce3d08b56447a1dbfc8aec4cd1a3 (diff)
downloadpandoc-5e106ce0b84e3e720f7c6ef19b1e29664987c862.tar.gz
More appveyor fixes.
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fe53139bb..b64027f78 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,7 +3,7 @@ environment:
global:
WIXBIN: "c:\\Program Files (x86)\\WiX Toolset v3.11\\bin"
STACK_YAML: "c:\\pandoc\\stack.yaml"
- STACK_BUILD_OPTS: "-j1 --no-terminal --test --local-bin-path=.\\windows --ghc-options='-fexternal-interpreter'"
+ STACK_BUILD_OPTS: "-j1 --no-terminal --test --local-bin-path=.\\windows --ghc-options=-fexternal-interpreter"
# see #4201, https://github.com/haskell-tools/haskell-tools/issues/277
matrix:
- STACK_VERSION: "windows-i386"
@@ -58,7 +58,7 @@ test_script:
%STACK% setup > nul
%STACK% path
echo "" | %STACK% clean
- echo "" | %STACK% %STACK_BUILD_OPTS% install pandoc pandoc-citeproc %STACK_FLAGS%
+ echo "" | %STACK% install %STACK_BUILD_OPTS% pandoc pandoc-citeproc %STACK_FLAGS%
after_test:
# .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is)