mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-10-16 18:56:56 +02:00
Problem: Appveyor Windows build does not cache googletest
Solution: add googletest build directory to cache
This commit is contained in:
@@ -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% (
|
||||
|
Reference in New Issue
Block a user