Compare commits

...

1 commit

Author SHA1 Message Date
Roshan Syed
6273497ea4 Updated gitlab CI to sync submodules 2020-01-16 19:53:21 -04:00

View file

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