readingtime/.gitlab-ci.yml

20 lines
215 B
YAML

image: openjdk:17
cache:
paths:
- .m2/repository/
stages:
- test
download:
stage: test
script: ./bld download
compile:
stage: test
script: ./bld compile
test:
stage: test
script: ./bld test