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

Hopefully building a working ZIP again! Closes #358

This commit is contained in:
jespergravgaard 2020-08-24 22:33:51 +02:00
parent 97377534c0
commit 9bad1ff0b4

View File

@ -3,14 +3,14 @@ image: maven:3-jdk-14
release:
stage: build
script:
- "mvn -e package -DskipTests"
- "mvn -e package"
- "mkdir target/release"
- "ls target"
- "tar -C target/release -xzvf target/kickc-release.tgz"
- "mv target/release/kickc/jar/kickc-release.jar target/release/kickc/jar/kickc-${CI_COMMIT_REF_NAME}.jar"
- "mkdir ./kickc"
- "mv target/release/kickc/* ./kickc/"
# - "cat target/site/jacoco/index.html"
- "cat target/site/jacoco/index.html"
artifacts:
name: kickc_${CI_COMMIT_REF_NAME}
paths: