Update CI for syncing gitmodules (#216)

This commit is contained in:
Roshan Syed 2019-11-07 09:43:12 -04:00 committed by Bobinson K B
parent 0bcfaa385b
commit 2f4830a778

View file

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