[build] AppVeyor: clean cache when build configuration changes

pull/643/head
Sjors Provoost 6 years ago
parent e3b1c7a9d6
commit 88a91e2c9d
No known key found for this signature in database
GPG Key ID: 57FF9BDBCC301009

@ -11,8 +11,8 @@ environment:
PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%' PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%'
PYTHONUTF8: 1 PYTHONUTF8: 1
cache: cache:
- C:\tools\vcpkg\installed - C:\tools\vcpkg\installed -> appveyor.yml
- C:\Users\appveyor\clcache - C:\Users\appveyor\clcache -> appveyor.yml, build_msvc\**, **\Makefile.am, **\*.vcxproj.in
install: install:
- cmd: pip install --quiet git+https://github.com/frerich/clcache.git@v4.2.0 - 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. # Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.

Loading…
Cancel
Save