diff options
| author | MarcoFalke <[email protected]> | 2019-02-15 07:18:46 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-02-15 07:18:49 -0500 |
| commit | bf3677a6bb48cd4fc963d274748f304a46d9ccd5 (patch) | |
| tree | 5d61f6f98e2b153dc54e473942563f19f7f3c6d8 | |
| parent | Merge #15413: tests: Add missing cs_main locks required when accessing pcoins... (diff) | |
| parent | [build] AppVeyor: clean cache when build configuration changes (diff) | |
| download | discoin-bf3677a6bb48cd4fc963d274748f304a46d9ccd5.tar.xz discoin-bf3677a6bb48cd4fc963d274748f304a46d9ccd5.zip | |
Merge #15405: [build] AppVeyor: clean cache when build configuration changes
88a91e2c9d [build] AppVeyor: clean cache when build configuration changes (Sjors Provoost)
Pull request description:
AppVeyor builds started starting failing on master after I cleaned the cache in #15382. In addition, it appeared that a new dependency (boost-process) wasn't getting added in that PR without at least cleaning the vcpkg cache.
Tree-SHA512: 1ad87bf6ca866cc20db04682cdf7572b59d22a7eaf346f390fc476c5e28bc5422733277fd765e5c9fd2ea88107b52fccd13f1f7e55493f567c4c4a1c16d7cb3a
| -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. |