From 4e22de1fcd649aa97e6800c4770eb01ebfb732a7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 26 Sep 2018 18:26:54 -0700 Subject: appveyor - different try with 'new-test'. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3