From cca1f83281c39a2fabe7daad31ace4be6d79f746 Mon Sep 17 00:00:00 2001 From: Lars Dormans Date: Tue, 6 Nov 2018 08:22:09 +0000 Subject: [PATCH] CI --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a28b6e5 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +stages: +- build + +build: + stage: build + image: maven:3.3.9-jdk-8 + script: "mvn clean package" + artifacts: + name: "UltimateTimber" + paths: + - "/builds/Songoda/UltimateTimber/target/*.jar" + - "/builds/Songoda/UltimateTimber/Read_this_before_your_first_use.txt"