Initial CI

- add a noop CI configuration
This commit is contained in:
malte
2025-11-10 11:56:47 +01:00
parent d843c08425
commit 85e08210e7
+14
View File
@@ -0,0 +1,14 @@
stages:
- build
- test
build-job:
stage: build
script:
- echo "in build"
test-job:
stage: test
script:
- echo "in test"