aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-24 23:47:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-24 23:47:22 -0700
commitb115deba2ad79566518ab919b5a0c9df8315ec53 (patch)
tree4e5dfd19a07d056c27d96fc9a5cdf1cac7d1e3a5 /appveyor.yml
parent828f51fd4aed030e43707a9cf6e145cef60e4f89 (diff)
downloadpandoc-b115deba2ad79566518ab919b5a0c9df8315ec53.tar.gz
appveyor.yml - another try.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 83b8bb258..607b8dfb6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -80,8 +80,7 @@ test_script:
cabal --version
cabal update
cabal new-build %CABAL_BUILD_OPTS% . pandoc-citeproc
- cp "`find dist-newstyle/ -type f -name pandoc`" .\windows\
- cp "`find dist-newstyle/ -type f -name pandoc-citeproc`" .\windows\
+ forfiles /P .\dist-newstyle /M pandoc*.exe /C "cmd /C cp @file .\windows\ "
)
after_test: