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:
John MacFarlane 2019-03-27 23:27:08 -07:00
parent 612e6555a9
commit 50ee9292cc

View file

@ -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"