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

17 lines
291 B
YAML

image: maven:3-jdk-8
compile:
stage: build
script:
- "mvn package"
- "cat target/site/jacoco/index.html"
release:
stage: deploy
script:
- "unzip -d target/release target/kickc-release.zip"
artifacts:
name: kickc_${CI_BUILD_REF_NAME}
paths:
- ./target/release/*