From 7c6a8be2b7ce8f5744259ad326059a04ddf86920 Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Sat, 20 Jun 2026 09:46:35 +0200 Subject: [PATCH] ci: provoke pipeline (touch Dockerfile + code) Trivial comment changes to exercise the new CI orchestration: the docker job should rebuild+push the builder image first, then test and docs run against the fresh image. Co-Authored-By: Claude Opus 4.8 --- Dockerfile.builder | 2 +- src/network.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.builder b/Dockerfile.builder index c2cb9e1..7ad29c6 100644 --- a/Dockerfile.builder +++ b/Dockerfile.builder @@ -1,4 +1,4 @@ -# KPN++ Builder Image +# KPN++ Builder Image (CI: pipeline trigger) # Pre-built image with GCC, CMake, Ninja, and Python dev headers for building and testing KPN++ # Build: docker build -f Dockerfile.builder -t gitea.tourolle.paris/dtourolle/kpnpp-builder:latest . # Push: docker push gitea.tourolle.paris/dtourolle/kpnpp-builder:latest diff --git a/src/network.cpp b/src/network.cpp index 063d15b..3c42da3 100644 --- a/src/network.cpp +++ b/src/network.cpp @@ -1,4 +1,4 @@ -// network.cpp — orchestrator/watchdog implementation details. +// network.cpp — orchestrator/watchdog implementation details. (CI: pipeline trigger) // Most of the Network class is header-only (template-heavy). // Non-template implementation lives here once the watchdog grows // beyond the stub in network.hpp.