Commons/.gitlab-ci.yml

8 lines
132 B
YAML
Raw Normal View History

2016-10-16 10:33:47 +02:00
image: maven:3-jdk-8
build:
2017-03-24 19:33:09 +01:00
script: "mvn clean package"
2016-10-16 10:35:13 +02:00
artifacts:
name: "Commons"
paths:
- "target/*.jar"