Skip to content
Snippets Groups Projects
Commit b2acc950 authored by Martin Heistermann's avatar Martin Heistermann
Browse files

actually build; remove misleading info from readme

parent 84f442c8
Branches main
Tags v0.0.8
No related merge requests found
Pipeline #9152 passed
......@@ -4,6 +4,4 @@
This project also publishes CI components to build cmake based projects.
### bookworm
- Build a CMake project with Debian bookworm.
### debian
......@@ -51,6 +51,7 @@ spec:
-DCMAKE_BUILD_TYPE="${BUILD_TYPE}"
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
$[[ inputs.cmake_options ]]
- cmake --build "${BUILD_DIR}"
- ccache -s -v
- ctest --test-dir "${BUILD_DIR}" --output-junit "${BUILD_DIR}/test-report-${BUILD_TYPE}.xml"
......
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