From b2acc9502debe117693b3e9765fd22d8ade75d99 Mon Sep 17 00:00:00 2001
From: Martin Heistermann <git@mheistermann.de>
Date: Mon, 17 Feb 2025 20:34:57 +0100
Subject: [PATCH] actually build; remove misleading info from readme

---
 README.md            | 4 +---
 templates/debian.yml | 1 +
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 66dba14..429f28b 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,4 @@
 
 This project also publishes CI components to build cmake based projects.
 
-### bookworm
-
-- Build a CMake project with Debian bookworm.
+### debian
diff --git a/templates/debian.yml b/templates/debian.yml
index 7413a4c..40754cd 100644
--- a/templates/debian.yml
+++ b/templates/debian.yml
@@ -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"
 
-- 
GitLab