readingtime/bitbucket-pipelines.yml

19 lines
406 B
YAML

image: openjdk:17
pipelines:
default:
- stage:
name: Download, compile and test
steps:
- step:
name: Download
script:
- ./bld download
- step:
name: Compile
script:
- ./bld compile
- step:
name: Test
script:
- ./bld test