summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-12-11 23:53:23 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2019-12-12 00:01:54 +0100
commitc4541d08ed61aa070e8fc2490c89a4fe42fad5fe (patch)
tree69b3ba39e65fe3a6894a6737f26c016cde2e61ef
parenttry caching the .deps directory (diff)
downloadnheko-c4541d08ed61aa070e8fc2490c89a4fe42fad5fe.tar.xz
cache .deps directory in appveyor
-rw-r--r--appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml

index 8572418f..4cc13a4a 100644 --- a/appveyor.yml +++ b/appveyor.yml
@@ -10,7 +10,9 @@ environment: BINTRAY_APIKEY: secure: "iGl5mzE9/ta9kFELUxDw9XtlYMSCMai9xowXIkYzU8WKHz7NfW0mLwMJZvblZFXJ" -cache: c:\tools\vcpkg\installed\ +cache: + - c:\tools\vcpkg\installed\ -> appveyor.yml + - .deps -> appveyor.yml, deps/CMakeLists.txt build: verbosity: minimal