Quellcode durchsuchen

Enable Appveyor cache on 3.2 branch.

Marcel Admiraal vor 5 Jahren
Ursprung
Commit
1affc25395
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .appveyor.yml

+ 1 - 1
.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%"