mirror of
https://github.com/songoda/UltimateTimber.git
synced 2025-01-07 16:27:39 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8aa7c177c1
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal 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"
|
Loading…
Reference in New Issue
Block a user