diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f01bc6535..920a1c3a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,15 @@ compile: stage: build script: - "mvn package" - - "cat target/site/jacoco/index.html" + artifacts: + paths: + - target/kickc-release.zip +target/kickc-release.zip release: - stage: build + stage: deploy script: + - "ls target" - "unzip -d target/release target/kickc-release.zip" artifacts: name: kickc_${CI_BUILD_REF_NAME}