Update CI for syncing gitmodules (#216)
This commit is contained in:
parent
0bcfaa385b
commit
2f4830a778
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ stages:
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- git submodule sync
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- cmake .
|
- cmake .
|
||||||
- make -j$(nproc)
|
- make -j$(nproc)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue