aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-26 18:26:54 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-26 18:26:54 -0700
commit4e22de1fcd649aa97e6800c4770eb01ebfb732a7 (patch)
tree6b8848a7fb20d39ecf66c2e9717ae08c4a70b139 /appveyor.yml
parent91ef25a59e1181158020dc08ac8f561951e6d0c5 (diff)
downloadpandoc-4e22de1fcd649aa97e6800c4770eb01ebfb732a7.tar.gz
appveyor - different try with 'new-test'.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2fceea08b..7b71117a6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -66,7 +66,7 @@ test_script:
- cabal --version
- cabal --store-dir="%CABAL_STORE%" new-update
- cabal --store-dir="%CABAL_STORE%" new-build -w %GHC% --enable-tests %CABAL_OPTS% --ghc-options="%GHC_OPTS%" . pandoc-citeproc
- - cabal --store-dir="%CABAL_STORE%" new-test -w %GHC% %CABAL_OPTS% . pandoc-citeproc
+ - cabal --store-dir="%CABAL_STORE%" new-test
- forfiles /P .\dist-newstyle /M pandoc*.exe /S /C "cmd /C copy @path C:\pandoc\windows"
after_test: