summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-03 12:06:25 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-03 12:06:25 -0700
commitc00783b510fe185524aab8b6d15e0902848f20d3 (patch)
treea7bb58b17218ef49b5451d1afd136126c1687c94 /appveyor.yml
parent8f88a304dd95a8a79f0b03a558b97a12d8e07c3b (diff)
Windows build: create pandoc-citeproc on appveyor, so we can put in msi.
Updated stackage resolver.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1021e2666..d4eb46a6a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -25,13 +25,14 @@ before_test:
# set PATH to where the hsb2hs binary is copied to
- cmd: set "PATH=%PATH%;%APPDATA%\\local\\bin"
- stack install hsb2hs
-
+ # we'll need this to create the MSI
+ - git clone https://github.com/jgm/pandoc-citeproc
test_script:
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
# descriptor
- echo "" | stack --no-terminal test
- - echo "" | stack --local-bin-path . install pandoc
+ - echo "" | stack --local-bin-path . install pandoc pandoc-citeproc
after_test:
# .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is)