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:
|
||||
stage: build
|
||||
script:
|
||||
- git submodule sync
|
||||
- git submodule update --init --recursive
|
||||
- cmake .
|
||||
- make -j$(nproc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue