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

WIP: pipeline

parent 9bba093f
No related branches found
No related tags found
No related merge requests found
Pipeline #8084 failed
......@@ -54,11 +54,12 @@ code_style:
- clang-format-11 --dry-run --verbose **/*.cpp **/*.h **/*.h.in
allow_failure: true
# cmocka tests
# unit tests with gtest
test:
tags: [ docker ]
stage: test
script:
- cmake --version
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
......
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