mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-01-07 08:17:34 +01:00
16 lines
169 B
YAML
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 |