diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index aca4943d4..bf0d15d59 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,7 @@ environment: STACK_ROOT: "c:\\sr" STACK_YAML: "c:\\stack\\stack.pkg.yaml" WIXBIN: "c:\\Program Files (x86)\\WiX Toolset v3.10\\bin" + EDITBIN: "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\bin" cache: - "c:\\sr" # stack root, short paths == fewer problems @@ -35,7 +36,7 @@ after_test: - cd windows # allow use of > 2GB memory # see https://jonathanchang.org/blog/fixing-pandoc-out-of-memory-errors-on-windows/ - - editbin /LARGEADDRESSAWARE "pandoc.exe" + - "%EDITBIN%"\editbin /LARGEADDRESSAWARE "pandoc.exe" - editbin /LARGEADDRESSAWARE "pandoc-citeproc.exe" - .\pandoc.exe -s --toc ..\MANUAL.txt -o MANUAL.html - .\pandoc.exe -s ..\COPYING.md -o COPYING.rtf |