mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-16 08:33:37 +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"
|