1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-02 22:56:11 +00:00
kickc/.gitlab-ci.yml

12 lines
199 B
YAML
Raw Normal View History

2017-12-28 15:34:21 +00:00
image: maven:3-jdk-8
2018-09-26 21:39:11 +00:00
kickc:
stage: build
2018-02-12 21:42:16 +00:00
script:
2018-09-26 21:39:11 +00:00
- "mvn package"
- "cat target/site/jacoco/index.html"
artifacts:
2018-09-26 21:39:11 +00:00
name: KickC_${CI_BUILD_REF_NAME}
paths:
2018-09-26 21:39:11 +00:00
- ./target/kickc*.zip