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

10 lines
174 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:
- "mvn package"
2018-02-12 22:41:46 +00:00
- "cat target/site/jacoco/index.html"
artifacts:
name: "KickC"
paths:
- ./target/kickc*.zip