From efddb1b6aa2fc4e6896158ccb9fb8da6a4de60b8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 25 Sep 2018 14:39:54 -0700 Subject: appveyor - added &&. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 918e7c706..2d0b7334d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -88,7 +88,7 @@ test_script: cabal --version && mkdir -p "%CABAL_STORE%"/ghc-8.6.1/package.db && cabal --store-dir="%CABAL_STORE%" new-update && - cabal --store-dir="%CABAL_STORE%" new-build -w %GHC% --allow-newer -flua_32bits -fembed_data_files . pandoc-citeproc + cabal --store-dir="%CABAL_STORE%" new-build -w %GHC% --allow-newer -flua_32bits -fembed_data_files . pandoc-citeproc && forfiles /P .\dist-newstyle /M pandoc*.exe /C "cmd /C cp @file .\windows\ " ) -- cgit v1.2.3