Enable Appveyor cache on 3.2 branch.
This commit is contained in:
parent
eb22bcead7
commit
1affc25395
|
@ -13,7 +13,7 @@ environment:
|
||||||
TARGET: release_debug
|
TARGET: release_debug
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- ps: if ($env:APPVEYOR_REPO_BRANCH -ne "master") { $env:APPVEYOR_CACHE_SKIP_SAVE = "true" }
|
- ps: if ($env:APPVEYOR_REPO_BRANCH -ne "3.2") { $env:APPVEYOR_CACHE_SKIP_SAVE = "true" }
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- "%SCONS_CACHE_ROOT%"
|
- "%SCONS_CACHE_ROOT%"
|
||||||
|
|
Loading…
Reference in New Issue