appveyor - save cache on error.
Hopefully this will allow new ghc builds to complete within 60 minutes, after a try or two.
This commit is contained in:
parent
612e6555a9
commit
50ee9292cc
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ environment:
|
|||
WIXBIN: "c:\\Program Files (x86)\\WiX Toolset v3.11\\bin"
|
||||
CABAL_STORE: "C:\\cs"
|
||||
CABAL_PACKAGE_DB: "%CABAL_STORE%\\ghc-%GHC_MINOR_VERSION%\\package.db"
|
||||
APPVEYOR_SAVE_CACHE_ON_ERROR: true
|
||||
# Override the temp directory to avoid sed escaping issues
|
||||
# See https://github.com/haskell/cabal/issues/5386
|
||||
TMP: "c:\\tmp"
|
||||
|
|
Loading…
Add table
Reference in a new issue