Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
For CI - cache the MinGW tool directories without invalidator.
Browse files Browse the repository at this point in the history
The .travis.yml file turns out to be a bad invalidator as well because it is also mutating between normal and MinGW CI builds.
  • Loading branch information
weitjong committed Feb 19, 2017
1 parent 7482c19 commit 342599a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ cache:
# Build
# mingw-Build
# Cache the MinGW compiler toolchains so that our CI builds do not chalk up their download stats
- C:\tools\mingw32 -> .travis.yml
- C:\tools\mingw64 -> .travis.yml
- C:\tools\mingw32
- C:\tools\mingw64
environment:
GIT_NAME:
secure: onlJNy/nGFT1GXNdusL4jokojSPZ732EFaXwdhPnpM0=
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ cache:
# Build
# mingw-Build
# Cache the MinGW compiler toolchains so that our CI builds do not chalk up their download stats
- C:\tools\mingw32 -> .travis.yml
- C:\tools\mingw64 -> .travis.yml
- C:\tools\mingw32
- C:\tools\mingw64
environment:
GIT_NAME:
secure: onlJNy/nGFT1GXNdusL4jokojSPZ732EFaXwdhPnpM0=
Expand Down

0 comments on commit 342599a

Please sign in to comment.