readingtime/.gitlab-ci.yml

21 lines
231 B
YAML

image: java:11:latest
cache:
paths:
- .m2/repository/
stages:
- build
- test
download:
stage: build
script: ./bld download
compile:
stage: build
script: ./bld compile
test:
stage: test
script: ./bld test