diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml index 9401d6666..0df7abf32 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,7 @@ environment: 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" + # see #4201, https://github.com/haskell-tools/haskell-tools/issues/277 matrix: - STACK_VERSION: "windows-i386" STACK_ROOT: "c:\\sr32" @@ -36,10 +37,7 @@ cache: # Note: to reset build cache, do the following in JavaScript # console on appveyor: -# $.ajax({ -# url: 'https://ci.appveyor.com/api/projects/jgm/pandoc/buildcache', -# type: 'DELETE'}) - +# $.ajax({ url: 'https://ci.appveyor.com/api/projects/jgm/pandoc/buildcache', type: 'DELETE'}) # We don't do a normal C build, but build in test_script via stack build: off @@ -57,7 +55,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) |
