Add first (manual) CI jobs #174

Merged
lars.winzer merged 11 commits from chore/gitlab-linting-formatting-pipeline into main 2026-03-13 23:24:46 +01:00
Showing only changes of commit cfeea5222d - Show all commits
+9
View File
@@ -1,5 +1,6 @@
stages: stages:
- lint - lint
- build
checkstyle: checkstyle:
stage: lint stage: lint
@@ -15,3 +16,11 @@ checkstyle:
expire_in: 1 week expire_in: 1 week
rules: rules:
- when: manual - when: manual
compile-check:
stage: build
image: gradle:9.3.1-jdk25
script:
- gradle compileTestJava
rules:
- when: manual