ci: clone recursively in ci
This commit is contained in:
parent
2b95771641
commit
12c2c99c83
1 changed files with 1 additions and 0 deletions
|
@ -47,4 +47,5 @@ steps:
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
|
- git submodule update --init --recursive
|
||||||
- conan build . -s build_type=Release -o enable_static_analysis=True --build=missing
|
- conan build . -s build_type=Release -o enable_static_analysis=True --build=missing
|
||||||
|
|
Loading…
Add table
Reference in a new issue