Add first (manual) CI jobs #174
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user