appveyor - remove cabal_store for now.
This commit is contained in:
parent
c85fc92a21
commit
2927d1e12a
1 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ matrix:
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- "%STACK_ROOT%"
|
- "%STACK_ROOT%"
|
||||||
- "%CABAL_STORE%"
|
#- "%CABAL_STORE%"
|
||||||
# This is where stack install ghc by default, but we don't
|
# This is where stack install ghc by default, but we don't
|
||||||
# cache it because it's too large:
|
# cache it because it's too large:
|
||||||
# - "c:\\Users\\appveyor\\AppData\\Local\\Programs\\stack"
|
# - "c:\\Users\\appveyor\\AppData\\Local\\Programs\\stack"
|
||||||
|
@ -84,8 +84,8 @@ test_script:
|
||||||
)
|
)
|
||||||
- if "%BUILD_TYPE%" == "cabal" (
|
- if "%BUILD_TYPE%" == "cabal" (
|
||||||
cabal --version &&
|
cabal --version &&
|
||||||
cabal --store-dir="%CABAL_STORE%" new-update &&
|
cabal 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
|
cabal 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:
|
after_test:
|
||||||
|
|
Loading…
Add table
Reference in a new issue