mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-17 15:30:39 +00:00
Added artifact containing the packaged ZIP-file to GITLAB.
This commit is contained in:
parent
fcd3902090
commit
a26a93c901
@ -2,5 +2,9 @@ image: maven:3-jdk-8
|
||||
|
||||
maven_build:
|
||||
script:
|
||||
- "mvn verify"
|
||||
- "mvn package"
|
||||
- "cat target/site/jacoco/index.html"
|
||||
artifacts:
|
||||
name: "KickC"
|
||||
paths:
|
||||
- ./target/kickc*.zip
|
Loading…
x
Reference in New Issue
Block a user