EpicAnchors/.gitlab-ci.yml

13 lines
271 B
YAML
Raw Normal View History

2018-10-18 19:52:26 +02:00
stages:
- build
2018-10-18 19:47:40 +02:00
2018-10-18 19:52:26 +02:00
build:
2018-10-18 19:47:40 +02:00
stage: build
image: maven:3.3.9-jdk-8
2018-10-18 19:52:26 +02:00
script: "mvn clean package"
2018-10-18 19:47:40 +02:00
artifacts:
2018-10-18 19:52:51 +02:00
name: "EpicAnchors"
2018-10-18 19:47:40 +02:00
paths:
2018-10-18 19:57:25 +02:00
- "/builds/Songoda/EpicAnchors/target/*.jar"
2018-10-19 00:19:57 +02:00
- "/builds/Songoda/EpicAnchors/Read_this_before_your_first_use.txt"