Skip to content

Commit 1baec26

Browse files
committed
Problem: Appveyor Windows build does not cache googletest
Solution: add googletest build directory to cache
1 parent 82a7f76 commit 1baec26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ environment:
2020

2121
cache:
2222
- libzmq-%ZMQ_VER% -> appveyor.yml
23+
- Build/tests/googletest -> tests/cmake/googletest-download.cmake
2324

2425
before_build:
2526
- if not exist libzmq-%ZMQ_VER% (

0 commit comments

Comments
 (0)