aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-05-23 08:12:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-05-23 08:12:28 -0700
commitcc5f64ff49fec5925cf0acde7fcdd4ddb2682677 (patch)
tree2e3f28938041a3c0ca562297bca4e790f4615f11
parentb71d67ea03ba2daca7bac8d86b9dd32f71883486 (diff)
downloadpandoc-cc5f64ff49fec5925cf0acde7fcdd4ddb2682677.tar.gz
Revert "appveyor - temporarily stop building pandoc-citeproc."
This reverts commit b71d67ea03ba2daca7bac8d86b9dd32f71883486.
-rw-r--r--appveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f432efca5..55e41a76b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -66,9 +66,9 @@ test_script:
- if not exist "%CABAL_PACKAGE_DB%" ( mkdir "%CABAL_PACKAGE_DB%" )
- cabal --store-dir="%CABAL_STORE%" --version
- cabal --store-dir="%CABAL_STORE%" new-update
- - cabal --store-dir="%CABAL_STORE%" new-configure -w %GHC% --enable-tests %CABAL_OPTS% --ghc-options="%GHC_OPTS%" . # pandoc-citeproc
- - cabal --store-dir="%CABAL_STORE%" new-build . # pandoc-citeproc
- - cabal --store-dir="%CABAL_STORE%" new-test . # pandoc-citeproc
+ - cabal --store-dir="%CABAL_STORE%" new-configure -w %GHC% --enable-tests %CABAL_OPTS% --ghc-options="%GHC_OPTS%" . pandoc-citeproc
+ - cabal --store-dir="%CABAL_STORE%" new-build . pandoc-citeproc
+ - cabal --store-dir="%CABAL_STORE%" new-test . pandoc-citeproc
- forfiles /P .\dist-newstyle /M pandoc*.exe /S /C "cmd /C copy @path C:\pandoc\windows"
after_test:
@@ -77,7 +77,7 @@ after_test:
- .\pandoc.exe -s --toc ..\MANUAL.txt -o MANUAL.html
- .\pandoc.exe -s ..\COPYING.md -o COPYING.rtf
- copy ..\COPYRIGHT COPYRIGHT.txt
- - 7z a "pandoc-%OSARCH%.zip" pandoc.exe MANUAL.html COPYING.rtf # pandoc-citeproc.exe
+ - 7z a "pandoc-%OSARCH%.zip" pandoc.exe pandoc-citeproc.exe MANUAL.html COPYING.rtf
- |
set VERSION=
for /f "tokens=1-2 delims= " %%a in ('.\pandoc.exe --version') do ( if not defined VERSION set "VERSION=%%b" )