mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-14 07:25:46 +00:00
Added artifact containing the packaged ZIP-file to GITLAB.
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user