Skip to content
Snippets Groups Projects
Commit 821b1790 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CI corr

parent 78cf227f
No related branches found
No related tags found
1 merge request!1Copy-edit examples; migrate to Jugit
Pipeline #32870 failed
...@@ -63,9 +63,9 @@ native_Debian_clang: ...@@ -63,9 +63,9 @@ native_Debian_clang:
- clang --version - clang --version
stage: build stage: build
script: &native_scr script: &native_scr
- pwd && ls - pwd
- mkdir pub/build - mkdir build
- cd pub/build - cd build
- cmake -DWERROR=ON .. - cmake -DWERROR=ON ..
- make -j6 - make -j6
- ctest -j6 --output-on-failure - ctest -j6 --output-on-failure
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