mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
cache .deps directory in appveyor
This commit is contained in:
parent
c52e0b0829
commit
c4541d08ed
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ environment:
|
||||||
BINTRAY_APIKEY:
|
BINTRAY_APIKEY:
|
||||||
secure: "iGl5mzE9/ta9kFELUxDw9XtlYMSCMai9xowXIkYzU8WKHz7NfW0mLwMJZvblZFXJ"
|
secure: "iGl5mzE9/ta9kFELUxDw9XtlYMSCMai9xowXIkYzU8WKHz7NfW0mLwMJZvblZFXJ"
|
||||||
|
|
||||||
cache: c:\tools\vcpkg\installed\
|
cache:
|
||||||
|
- c:\tools\vcpkg\installed\ -> appveyor.yml
|
||||||
|
- .deps -> appveyor.yml, deps/CMakeLists.txt
|
||||||
|
|
||||||
build:
|
build:
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
|
|
Loading…
Reference in a new issue