1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00

Another attempt at lreasing through jobs

This commit is contained in:
Jesper Gravgaard 2018-09-30 11:52:23 +02:00
parent f33da3dfa7
commit bccddc1083

View File

@ -4,11 +4,15 @@ compile:
stage: build
script:
- "mvn package"
- "cat target/site/jacoco/index.html"
artifacts:
paths:
- target/kickc-release.zip
target/kickc-release.zip
release:
stage: build
stage: deploy
script:
- "ls target"
- "unzip -d target/release target/kickc-release.zip"
artifacts:
name: kickc_${CI_BUILD_REF_NAME}