cryptoprice/bitbucket-pipelines.yml

10 lines
173 B
YAML

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