summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-15 19:27:15 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-15 19:27:15 +0200
commit6f8940882abb89ae09f6d3ce214db380aa1625af (patch)
tree8703fafcc83026a1a6a94b8fc22f341c92d91883 /appveyor.yml
parent8e6ea699e92e1429dbb27bb96271f350effac9e0 (diff)
appveyor.yml: proper path for editbin.
I hope.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
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