mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-02-01 10:32:09 +00:00
Another attempt at lreasing through jobs
This commit is contained in:
parent
f33da3dfa7
commit
bccddc1083
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user