Added maven cache to Bitbucket pipeline
This commit is contained in:
parent
78bbe6592b
commit
66d30f1e31
1 changed files with 8 additions and 15 deletions
|
@ -2,18 +2,11 @@ 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
|
||||
- step:
|
||||
name: Test with bld
|
||||
caches:
|
||||
- maven
|
||||
script:
|
||||
- ./bld download
|
||||
- ./bld compile
|
||||
- ./bld test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue