Files
husk-milter/.gitlab-ci.yml
T
malte 85e08210e7 Initial CI
- add a noop CI configuration
2025-11-10 11:56:47 +01:00

15 lines
143 B
YAML

stages:
- build
- test
build-job:
stage: build
script:
- echo "in build"
test-job:
stage: test
script:
- echo "in test"