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

17 lines
290 B
YAML
Raw Normal View History

2017-12-28 15:34:21 +00:00
image: maven:3-jdk-8
2018-09-29 10:24:57 +00:00
compile:
2018-09-26 21:39:11 +00:00
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"
2018-09-29 10:24:57 +00:00
release:
2018-09-29 10:29:40 +00:00
stage: build
2018-09-29 10:24:57 +00:00
script:
- "unzip -d target/release target/kickc-release.zip"
artifacts:
2018-09-29 10:24:57 +00:00
name: kickc_${CI_BUILD_REF_NAME}
paths:
2018-09-29 10:24:57 +00:00
- ./target/release/*