Updated gitlab CI to sync submodules (#265)

This commit is contained in:
Roshan Syed 2020-01-17 08:22:26 -04:00 committed by GitHub
parent 5d7ab51d58
commit 691468dff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ stages:
build:
stage: build
script:
- git submodule sync
- git submodule update --init --recursive
- cmake .
- make -j$(nproc)