Skip to content
Snippets Groups Projects
Verified Commit c6178993 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 8f9541f3
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ code_style: ...@@ -51,7 +51,7 @@ code_style:
tags: [ docker ] tags: [ docker ]
stage: test stage: test
script: script:
- clang-format -n --verbose **/*.c **/*.h **/*.h.in **/*.c.in - clang-format --dry-run --verbose **/*.c **/*.h **/*.h.in **/*.c.in
allow_failure: true allow_failure: true
# cmocka tests # cmocka tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment