This commit is contained in:
parent
e3da25eaab
commit
518fe7f51c
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: clang format
|
name: clang format
|
||||||
|
clone:
|
||||||
|
recursive: true
|
||||||
|
submodule_update_remote: true
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
@ -32,6 +35,7 @@ type: docker
|
||||||
name: static analysis
|
name: static analysis
|
||||||
clone:
|
clone:
|
||||||
recursive: true
|
recursive: true
|
||||||
|
submodule_update_remote: true
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
@ -44,7 +48,3 @@ steps:
|
||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- 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
|
||||||
|
|
||||||
---
|
|
||||||
clone:
|
|
||||||
recursive: true
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue