This commit is contained in:
Lars Dormans 2018-11-06 08:22:09 +00:00
parent 920b437e6d
commit cca1f83281
1 changed files with 12 additions and 0 deletions

12
.gitlab-ci.yml Normal file
View File

@ -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"