Checkout submodules in Appveyor builds
Unlike Travis CI, Appveyor doesn't do this automatically, but we will need them soon (the currently existing Catch submodule is not used by Appveyor builds but, arguably, should be too).
This commit is contained in:
parent
66c644fe20
commit
e35aff4684
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ environment:
|
||||||
|
|
||||||
clone_depth: 50
|
clone_depth: 50
|
||||||
|
|
||||||
|
install: git submodule update --init
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- ps: |
|
- ps: |
|
||||||
$env:PATH = $env:PATH -replace "C:\\Program Files \(x86\)\\Git\\bin",""
|
$env:PATH = $env:PATH -replace "C:\\Program Files \(x86\)\\Git\\bin",""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue