Update gitlab-ci

Add `git submodule init && git submodule update` in Windows build
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-10-19 19:35:53 +07:00 committed by GitHub
parent fcac518644
commit d5a898e761
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ windows:
- set RUST_BACKTRACE=1
- set RUSTFLAGS=%RUSTFLAGS% -Zorbit=off -D warnings
- rustup default stable-x86_64-pc-windows-msvc
- git submodule init && git submodule update
- cargo build --release --verbose
- curl -sL --url "https://github.com/ethcore/win-build/raw/master/SimpleFC.dll" -o nsis\SimpleFC.dll
- curl -sL --url "https://github.com/ethcore/win-build/raw/master/vc_redist.x64.exe" -o nsis\vc_redist.x64.exe