mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-08 14:10:13 +00:00
7 lines
106 B
YAML
7 lines
106 B
YAML
image: maven:3-jdk-8
|
|
|
|
maven_build:
|
|
script:
|
|
- "mvn verify"
|
|
- "cat target/site/jacoco/index.html"
|