Added maven cache to Bitbucket pipeline

This commit is contained in:
Erik C. Thauvin 2023-11-08 13:23:30 -08:00
parent 78bbe6592b
commit 66d30f1e31

View file

@ -2,18 +2,11 @@ image: openjdk:17
pipelines: pipelines:
default: default:
- stage: - step:
name: Download, compile and test name: Test with bld
steps: caches:
- step: - maven
name: Download script:
script: - ./bld download
- ./bld download - ./bld compile
- step: - ./bld test
name: Compile
script:
- ./bld compile
- step:
name: Test
script:
- ./bld test