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 - Win32
- x64 - x64
build_script: build_script:
- git submodule update --init --recursive
- scripts\build_all.bat - scripts\build_all.bat
test: off test: off

View File

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