mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-19 11:31:57 +00:00
Hopefully building a working ZIP again! Closes #358
This commit is contained in:
parent
97377534c0
commit
9bad1ff0b4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user