aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-25 15:23:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-25 15:23:24 -0700
commit26f762b0e7461aeb1a3e47ff4f42913dfe86c800 (patch)
treefe98632a478916e33eede1b92aaeefb666e0ff2d
parentcc993460beb22f288adc3050b6e51d05c983c07c (diff)
downloadpandoc-26f762b0e7461aeb1a3e47ff4f42913dfe86c800.tar.gz
appveyor - git clone pandoc-citeproc repo.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f0945e77b..224362a37 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -87,8 +87,8 @@ test_script:
- if "%BUILD_TYPE%" == "cabal" (
cabal --version &&
mkdir -p "%CABAL_STORE%"/ghc-8.6.1/package.db &&
+ git clone https://github.com/jgm/pandoc-citeproc &&
cabal --store-dir="%CABAL_STORE%" new-update &&
- cabal unpack pandoc-citeproc-0.14.4 &&
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\ "
)