Clone submodules for CI

This commit is contained in:
Antoine Gersant 2019-04-09 00:28:30 -07:00
parent 21ada701e8
commit d8305ddd46

View file

@ -67,6 +67,9 @@ matrix:
# For simple configurations, instead of using the build matrix, you can simply set the # For simple configurations, instead of using the build matrix, you can simply set the
# default-toolchain and default-host manually here. # default-toolchain and default-host manually here.
install: install:
#Download submodules
git submodule update --init --recursive
#Rust install #Rust install
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain %channel% --default-host %target% - rustup-init -yv --default-toolchain %channel% --default-host %target%