Enable Appveyor cache on 3.2 branch.

This commit is contained in:
Marcel Admiraal 2020-02-19 11:53:02 +01:00
parent eb22bcead7
commit 1affc25395
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ environment:
TARGET: release_debug
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:
- "%SCONS_CACHE_ROOT%"