Problem: Appveyor Windows build does not cache googletest

Solution: add googletest build directory to cache
This commit is contained in:
Pawel Kurdybacha 2018-04-21 21:58:47 +01:00
parent 82a7f76594
commit 1baec268e6

View File

@ -20,6 +20,7 @@ environment:
cache:
- libzmq-%ZMQ_VER% -> appveyor.yml
- Build/tests/googletest -> tests/cmake/googletest-download.cmake
before_build:
- if not exist libzmq-%ZMQ_VER% (