Skip appveyor builds for automated updates [ci skip]
This commit is contained in:
parent
95508a0058
commit
7644e43f0d
|
|
@ -9,6 +9,8 @@ branches:
|
||||||
install:
|
install:
|
||||||
# Set depth to 50 because the commit we need may not be at the tip of the branch configured in .gitmodules
|
# Set depth to 50 because the commit we need may not be at the tip of the branch configured in .gitmodules
|
||||||
- git submodule update --init --depth=50 --recursive
|
- git submodule update --init --depth=50 --recursive
|
||||||
|
skip_commits:
|
||||||
|
message: /.*\[auto-updated:.*/
|
||||||
build_script:
|
build_script:
|
||||||
- ps: .\run.ps1 default-build /t:ComputeGraph
|
- ps: .\run.ps1 default-build /t:ComputeGraph
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue