Skip to content

Commit 15d90d0

Browse files
committed
Adds caching of Hunter packages in AppVeyor
1 parent 8f67427 commit 15d90d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ environment:
2020
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
2121
VCVARS_COMMANDLINE: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86'
2222

23+
cache:
24+
- C:\.hunter -> .appveyor.yml, **\CMakeLists.txt, **\*.cmake
25+
2326
before_build:
2427
- call %VCVARS_COMMANDLINE%
2528
- set Path=%QT_DIR%\bin;%Path%

0 commit comments

Comments
 (0)