AppVeyor: no devel branch any more
This commit is contained in:
parent
d4dee57d40
commit
205e710d4d
|
@ -22,8 +22,8 @@ platform:
|
||||||
clone_depth: 10
|
clone_depth: 10
|
||||||
|
|
||||||
init:
|
init:
|
||||||
# disable cache saving outside the master and devel branches
|
# disable cache saving outside the master branch
|
||||||
- ps: IF ("$env:APPVEYOR_REPO_BRANCH" -ne "master" -and "$env:APPVEYOR_REPO_BRANCH" -ne "devel") { $env:APPVEYOR_CACHE_SKIP_SAVE = "true" }
|
- ps: IF ("$env:APPVEYOR_REPO_BRANCH" -ne "master") { $env:APPVEYOR_CACHE_SKIP_SAVE = "true" }
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
Loading…
Reference in New Issue