1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-08-02 09:29:35 +00:00
kickc/.gitlab-ci.yml
2018-02-12 23:41:46 +01:00

7 lines
106 B
YAML

image: maven:3-jdk-8
maven_build:
script:
- "mvn verify"
- "cat target/site/jacoco/index.html"