readingtime/bitbucket-pipelines.yml

12 lines
207 B
YAML

image: openjdk:17
pipelines:
default:
- step:
name: Test with bld
caches:
- maven
script:
- ./bld download
- ./bld compile
- ./bld test