get submodules in CI

This commit is contained in:
2018-09-19 21:59:53 +07:00
parent 3551804ded
commit 0c84e92ec2
2 changed files with 2 additions and 0 deletions

View File

@@ -7,5 +7,6 @@ platform:
- Win32
- x64
build_script:
- git submodule update --init --recursive
- scripts\build_all.bat
test: off

View File

@@ -73,4 +73,5 @@ matrix:
before_install:
- eval "${MATRIX_EVAL}"
script:
- git submodule update --init --recursive
- ./scripts/build_all.sh