EpicAnchors/.gitlab-ci.yml

12 lines
190 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:
- "/builds/Songoda/EpicAnchors/*.jar"