10 lines
173 B
YAML
10 lines
173 B
YAML
image: openjdk:17
|
|
|
|
pipelines:
|
|
default:
|
|
- step:
|
|
name: Test with bld
|
|
script:
|
|
- ./bld download
|
|
- ./bld compile
|
|
- ./bld test
|