AppVeyor: no devel branch any more

This commit is contained in:
Ștefan Talpalaru 2019-10-20 18:20:24 +02:00
parent d4dee57d40
commit 205e710d4d
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ platform:
clone_depth: 10
init:
# disable cache saving outside the master and devel branches
- ps: IF ("$env:APPVEYOR_REPO_BRANCH" -ne "master" -and "$env:APPVEYOR_REPO_BRANCH" -ne "devel") { $env:APPVEYOR_CACHE_SKIP_SAVE = "true" }
# disable cache saving outside the master branch
- ps: IF ("$env:APPVEYOR_REPO_BRANCH" -ne "master") { $env:APPVEYOR_CACHE_SKIP_SAVE = "true" }
install:
- git submodule update --init --recursive