11 lines
131 B
YAML
11 lines
131 B
YAML
image: openjdk:17
|
|
|
|
stages:
|
|
- test
|
|
|
|
test:
|
|
stage: test
|
|
script:
|
|
- ./bld download
|
|
- ./bld compile
|
|
- ./bld test
|