aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-25 14:29:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-25 14:29:52 -0700
commitc324d43d15d156ecf4780f452e78b2e3bda75109 (patch)
treeaced74d44e4eb2f00b19cd4032bb4fd9ce469381 /appveyor.yml
parent1dd9b9141a060047519dd162c9726a90acf796d7 (diff)
downloadpandoc-c324d43d15d156ecf4780f452e78b2e3bda75109.tar.gz
appveyor - use forfiles and cabal new-build.
new-install symlinks don't work on windows.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 13053848c..918e7c706 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -88,7 +88,8 @@ 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-install -w %GHC% --symlink-bindir=. --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\ "
)
after_test: