FabledSkyBlock/.gitlab-ci.yml
2020-06-15 01:18:23 +00:00

16 lines
169 B
YAML

image: maven:latest
cache:
paths:
- .m2/repository/
- target/
build:
stage: build
script:
- mvn compile
test:
stage: test
script:
- mvn test