mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-07 03:00:29 +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 |