This commit is contained in:
Arthur Vickers 2018-01-19 15:02:18 -08:00
commit bc23634040
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ branches:
install:
# 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
skip_commits:
message: /.*\[auto-updated:.*/
build_script:
- ps: .\run.ps1 default-build /t:ComputeGraph
clone_depth: 1