readingtime/bitbucket-pipelines.yml

17 lines
313 B
YAML

image: openjdk:17
pipelines:
default:
- step:
name: "Download dependencies"
script:
- bash ./bld download
- step:
name: "Compile project"
script:
- bash ./bld compile
- step:
name: "Run tests"
script:
- bash ./bld test