diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2019-03-27 23:27:08 -0700 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-27 23:27:08 -0700 | 
| commit | 50ee9292ccc462122e2df0db6e32e68ebb05d168 (patch) | |
| tree | 3de2466dceb29653700d7e0cbdab8bd42fe7b15b | |
| parent | 612e6555a99368a6cab06334f4596a005855c77b (diff) | |
| download | pandoc-50ee9292ccc462122e2df0db6e32e68ebb05d168.tar.gz | |
appveyor - save cache on error.
Hopefully this will allow new ghc builds to complete within 60 minutes,
after a try or two.
| -rw-r--r-- | appveyor.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/appveyor.yml b/appveyor.yml index 71558077c..55e41a76b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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" | 
