mirror of
https://github.com/songoda/EpicAnchors.git
synced 2024-11-26 20:16:13 +01:00
11 lines
196 B
YAML
11 lines
196 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
image: maven:3.3.9-jdk-8
|
|
script: "mvn clean package"
|
|
artifacts:
|
|
name: "EpicAnchors"
|
|
paths:
|
|
- "/builds/Songoda/EpicAnchors/target/*.jar" |