Skip to content

Commit

Permalink
[build] AppVeyor: clean cache when build configuration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Feb 14, 2019
1 parent e3b1c7a commit 88a91e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Expand Up @@ -11,8 +11,8 @@ environment:
PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%'
PYTHONUTF8: 1
cache:
- C:\tools\vcpkg\installed
- C:\Users\appveyor\clcache
- C:\tools\vcpkg\installed -> appveyor.yml
- C:\Users\appveyor\clcache -> appveyor.yml, build_msvc\**, **\Makefile.am, **\*.vcxproj.in
install:
- cmd: pip install --quiet git+https://github.com/frerich/clcache.git@v4.2.0
# Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.
Expand Down

0 comments on commit 88a91e2

Please sign in to comment.