Merge remote-tracking branch 'origin/master'

This commit is contained in:
MagmaGuy 2018-11-06 22:09:09 +00:00
commit 8aa7c177c1
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"