From 1affc25395278626606be5c46832cb3e92377a54 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Wed, 19 Feb 2020 11:53:02 +0100 Subject: [PATCH] Enable Appveyor cache on 3.2 branch. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 05e7094981..c880e1ecf3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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%"