1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +00:00
kickc/.gitlab-ci.yml
Jesper Gravgaard f33da3dfa7 Another attempt
2018-09-29 12:29:40 +02:00

17 lines
290 B
YAML

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