EpicAnchors/.gitlab-ci.yml
lars dormans 4f520f589c CI Test#2
2018-10-18 17:52:26 +00:00

12 lines
155 B
YAML

stages:
- build
build:
stage: build
image: maven:3.3.9-jdk-8
script: "mvn clean package"
artifacts:
name: "Core"
paths:
- "*.jar"