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

7 lines
106 B
YAML
Raw Normal View History

2017-12-28 15:34:21 +00:00
image: maven:3-jdk-8
maven_build:
2018-02-12 21:42:16 +00:00
script:
2018-02-12 22:41:46 +00:00
- "mvn verify"
- "cat target/site/jacoco/index.html"