浏览代码

Enable Appveyor cache on 3.2 branch.

Marcel Admiraal 5 年之前
父节点
当前提交
1affc25395
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .appveyor.yml

+ 1 - 1
.appveyor.yml

@@ -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%"