Skip to content
Snippets Groups Projects
Commit 81999e29 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

Use Ninja generator in CI

parent 4195e1e8
No related merge requests found
Pipeline #73166 canceled with stages
in 59 seconds
......@@ -15,7 +15,7 @@ build-examples:
CC: clang
script:
- cd user_manual/examples
- cmake -S . -B build
- cmake -G Ninja -S . -B build
- cd build
- cmake --build . --target Examples
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment