Reworkd Bitbucket pipeline
This commit is contained in:
parent
5b0d56926d
commit
78bbe6592b
1 changed files with 15 additions and 7 deletions
|
@ -2,10 +2,18 @@ image: openjdk:17
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
default:
|
default:
|
||||||
|
- stage:
|
||||||
|
name: Download, compile and test
|
||||||
|
steps:
|
||||||
- step:
|
- step:
|
||||||
name: Test with bld
|
name: Download
|
||||||
script:
|
script:
|
||||||
- ./bld download
|
- ./bld download
|
||||||
|
- step:
|
||||||
|
name: Compile
|
||||||
|
script:
|
||||||
- ./bld compile
|
- ./bld compile
|
||||||
|
- step:
|
||||||
|
name: Test
|
||||||
|
script:
|
||||||
- ./bld test
|
- ./bld test
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue