readingtime/.gitlab-ci.yml

15 lines
170 B
YAML

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