From d7181e436c057f0a514b9fdb0cc65c21c1440d6c Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Sun, 16 Oct 2016 08:33:47 +0000 Subject: [PATCH] + added build script --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..06ba0dc --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +image: maven:3-jdk-8 + +build: +script: "mvn clean package" +artifacts: name: "Commons" paths: - "target/*.jar" \ No newline at end of file