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:
Vadim Zeitlin 2017-11-10 15:23:20 +01:00
parent 66c644fe20
commit e35aff4684

View File

@ -29,6 +29,8 @@ environment:
clone_depth: 50
install: git submodule update --init
before_build:
- ps: |
$env:PATH = $env:PATH -replace "C:\\Program Files \(x86\)\\Git\\bin",""