summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-09-27 11:26:07 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-09-27 11:26:07 -0700
commita66f683b3de4e0523a9901ffffd52a2eeee0ce27 (patch)
treef4bf66e49216771677bac8684a4fa4193cd9a48e /appveyor.yml
parent360e35459fb4bf2611ad414774485b8f553201dd (diff)
appveyor.yml: Build pandoc-citeproc after main test.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a06291b04..595d4e0d0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,11 +19,13 @@ install:
build_script:
- ps: |
echo "PATH is $env:Path"
- cabal install --force --enable-tests -fembed_data_files . pandoc-citeproc
+ cabal install --force --enable-tests -fembed_data_files
after_build:
- ps: |
echo "PATH is $env:Path"
+ cabal install --force --enable-tests -fembed_data_files pandoc-citeproc
+ .\.cabal-sandbox\bin\test-pandoc-citeproc.exe
strip .\.cabal-sandbox\bin\pandoc.exe
strip .\.cabal-sandbox\bin\pandoc-citeproc.exe
.\.cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.html -S README -o README.html