Compare commits

...

2 Commits

Author SHA1 Message Date
Uwe Jakobeit
76eb6d0a93 just touched for test 2026-03-29 16:20:35 +02:00
Uwe Jakobeit
4480608260 just touched for test 2026-03-29 16:06:03 +02:00
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline {
agent any // Or use 'dockerfile' if running in a container
stages {
stage('Checkout') {
stage('Checkout-Jenkinsfile') {
steps {
// Checks out the source code from the configured Gitea SCM
checkout scm

View File

@@ -1,5 +1,6 @@
#include <iostream>
int main() {
std::cout << "Hello from C++ with CMake!" << std::endl;
return 0;