diff options
| author | Sjors Provoost <[email protected]> | 2019-02-13 22:19:12 +0100 |
|---|---|---|
| committer | Sjors Provoost <[email protected]> | 2019-02-14 16:20:19 +0100 |
| commit | 88a91e2c9d9ec1bee54d2676a74040e3f7665a2d (patch) | |
| tree | 506dcaec06313dcbee72de9f4ae030574643aa9b | |
| parent | Merge #15407: msvc: Fix silent merge conflict between #13926 and #14372 part II (diff) | |
| download | discoin-88a91e2c9d9ec1bee54d2676a74040e3f7665a2d.tar.xz discoin-88a91e2c9d9ec1bee54d2676a74040e3f7665a2d.zip | |
[build] AppVeyor: clean cache when build configuration changes
| -rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 31c3aba8c..d4a343e77 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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/[email protected] # Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes. |