1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-10 20:23:47 +00:00

Added artifact containing the packaged ZIP-file to GITLAB.

This commit is contained in:
jespergravgaard 2018-09-26 22:49:00 +02:00
parent fcd3902090
commit a26a93c901

View File

@ -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