From 8f5ffd44703ecdf6fd4992d9bed7600e44656f5d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 25 Sep 2018 15:25:12 -0700 Subject: appveyor - clone pandoc-citeproc into vendor/. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 224362a37..5a4fb53e2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -87,7 +87,7 @@ 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 && + git clone https://github.com/jgm/pandoc-citeproc vendor/pandoc-citeproc && 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 && forfiles /P .\dist-newstyle /M pandoc*.exe /C "cmd /C cp @file .\windows\ " -- cgit v1.2.3