mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-30 22:43:35 +01:00
13 lines
265 B
YAML
13 lines
265 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
image: maven:3.3.9-jdk-8
|
|
script: "mvn clean package"
|
|
artifacts:
|
|
name: "EpicFarming"
|
|
paths:
|
|
- "/builds/Songoda/EpicFarming/target/*.jar"
|
|
- "/builds/Songoda/EpicFarming/Read_this_before_your_first_use.txt"
|