diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2018-09-25 13:39:19 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2018-09-25 13:39:19 -0700 |
| commit | 49cc5850032c9ed856f76b42494b6c8c26bc1e01 (patch) | |
| tree | 17d1d8a3e86a5fcb10dee6db556ef287f6f43850 | |
| parent | 2927d1e12a15830ee0b71cfd80990efa72bfc402 (diff) | |
| download | pandoc-49cc5850032c9ed856f76b42494b6c8c26bc1e01.tar.gz | |
Revert "appveyor - remove cabal_store for now."
This reverts commit 2927d1e12a15830ee0b71cfd80990efa72bfc402.
| -rw-r--r-- | appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 1cb641eb2..4282e2a41 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,7 +50,7 @@ matrix: cache: - "%STACK_ROOT%" - #- "%CABAL_STORE%" + - "%CABAL_STORE%" # This is where stack install ghc by default, but we don't # cache it because it's too large: # - "c:\\Users\\appveyor\\AppData\\Local\\Programs\\stack" @@ -84,8 +84,8 @@ test_script: ) - if "%BUILD_TYPE%" == "cabal" ( cabal --version && - cabal new-update && - cabal new-install -w C:\ProgramData\chocolatey\lib\ghc\tools\ghc-8.6.1\bin\ghc.exe --symlink-bindir=. %CABAL_BUILD_OPTS% . pandoc-citeproc + cabal --store-dir="%CABAL_STORE%" new-update && + cabal --store-dir="%CABAL_STORE%" new-install -w C:\ProgramData\chocolatey\lib\ghc\tools\ghc-8.6.1\bin\ghc.exe --symlink-bindir=. %CABAL_BUILD_OPTS% . pandoc-citeproc ) after_test: |
