Updated gitlab CI to sync submodules

This commit is contained in:
Roshan Syed 2020-01-16 19:53:21 -04:00
parent 5d7ab51d58
commit 6273497ea4

View file

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