1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +00:00
kickc/.gitlab-ci.yml
2018-02-12 22:42:16 +01:00

7 lines
98 B
YAML

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