appveyor - git clone pandoc-citeproc repo.

This commit is contained in:
John MacFarlane 2018-09-25 15:23:24 -07:00
parent cc993460be
commit 26f762b0e7

View file

@ -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\ "
)