[build] AppVeyor: clean cache when build configuration changes

This commit is contained in:
Sjors Provoost 2019-02-13 22:19:12 +01:00
parent e3b1c7a9d6
commit 88a91e2c9d
No known key found for this signature in database
GPG key ID: 57FF9BDBCC301009

View file

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