Merge pull request #36354 from madmiraal/appveyor-3.2-cache

Enable Appveyor cache on 3.2 branch.
This commit is contained in:
Rémi Verschelde 2020-02-19 14:41:43 +01:00 committed by GitHub
commit 0ad54edeae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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%"