mirror of
https://github.com/songoda/UltimateTimber.git
synced 2024-11-29 05:16:29 +01:00
CI
This commit is contained in:
parent
920b437e6d
commit
cca1f83281
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