Commons/.gitlab-ci.yml

8 lines
156 B
YAML
Raw Normal View History

2016-10-16 10:33:47 +02:00
image: maven:3-jdk-8
build:
script: "mvn clean --settings .gitlab/settings.xml"
2016-10-16 10:35:13 +02:00
artifacts:
name: "Commons"
paths:
- "target/*.jar"