EpicFarming/.gitlab-ci.yml

13 lines
265 B
YAML
Raw Normal View History

2018-10-18 20:52:09 +02:00
stages:
- build
build:
stage: build
image: maven:3.3.9-jdk-8
script: "mvn clean package"
artifacts:
2018-10-18 20:54:12 +02:00
name: "EpicFarming"
2018-10-18 20:52:09 +02:00
paths:
2018-10-18 20:54:12 +02:00
- "/builds/Songoda/EpicFarming/target/*.jar"
2018-10-19 00:25:17 +02:00
- "/builds/Songoda/EpicFarming/Read_this_before_your_first_use.txt"