Initialize submodules in appveyor build

This commit is contained in:
Kevin Sawicki 2017-03-23 15:51:25 -07:00
parent 2ece711c2e
commit 49ef4e326f

View file

@ -13,6 +13,7 @@ platform:
install:
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\14.0\bin\;%PATH%
- cmd: SET PATH=C:\python27;%PATH%
- cmd: git submodule update --init --recursive
- cmd: bash script/cibuild
branches: