aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-07-14 17:51:46 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-07-14 17:51:46 -0700
commit482a5874e92e10378bf2c51f67702a1c9ce8060a (patch)
tree7d3352fb76c5db00b347ce65fbb19fcf480c1d1a
parent4c0d056df168327752a589cdfe29536ba5c28cf1 (diff)
downloadpandoc-482a5874e92e10378bf2c51f67702a1c9ce8060a.tar.gz
appveyor: try using lts-11.
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e7fc9b0cd..5516d3af2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,7 +4,7 @@ environment:
global:
WIXBIN: "c:\\Program Files (x86)\\WiX Toolset v3.11\\bin"
STACK_YAML: "c:\\pandoc\\stack.yaml"
- STACK_BUILD_OPTS: "--no-terminal -j1 --no-terminal --test --local-bin-path=.\\windows"
+ STACK_BUILD_OPTS: "--no-terminal -j1 --stack-yaml=.\\stack.lts11.yaml --no-terminal --test --local-bin-path=.\\windows"
# see #4201, https://github.com/haskell-tools/haskell-tools/issues/277
matrix:
- STACK_VERSION: "windows-i386"
@@ -53,10 +53,10 @@ test_script:
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
# descriptor
- |
- %STACK% setup > nul
+ %STACK% setup --stack-yaml=.\\stack.lts11.yaml > nul
%STACK% path
echo "" | %STACK% clean
- echo "" | %STACK% install %STACK_BUILD_OPTS% pandoc pandoc-citeproc %STACK_FLAGS%
+ echo "" | %STACK% install --stack-yaml=.\\stack.lts11.yaml %STACK_BUILD_OPTS% pandoc pandoc-citeproc %STACK_FLAGS%
after_test:
# .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is)