appveyor - Put cabal unpack in right place.

This commit is contained in:
John MacFarlane 2018-09-25 15:15:55 -07:00
parent d98e9cba8b
commit cef2a57b13

View file

@ -87,8 +87,8 @@ test_script:
- if "%BUILD_TYPE%" == "cabal" (
cabal --version &&
mkdir -p "%CABAL_STORE%"/ghc-8.6.1/package.db &&
cabal unpack pandoc-citeproc-0.14.4 &&
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\ "
)