From bccddc108332908ac89a624b7e580b1a340a88a4 Mon Sep 17 00:00:00 2001 From: Jesper Gravgaard Date: Sun, 30 Sep 2018 11:52:23 +0200 Subject: [PATCH] Another attempt at lreasing through jobs --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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}