From a66f683b3de4e0523a9901ffffd52a2eeee0ce27 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 27 Sep 2015 11:26:07 -0700 Subject: appveyor.yml: Build pandoc-citeproc after main test. --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3