mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-12-26 02:17:38 +01:00
ci
This commit is contained in:
parent
ede59bf3bc
commit
46419db995
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: "UltimateStacker Legacy"
|
||||
paths:
|
||||
- "/builds/Songoda/UltimateStacker/target/*.jar"
|
||||
- "/builds/Songoda/UltimateStacker/Read_this_before_your_first_use.txt"
|
Loading…
Reference in New Issue
Block a user