Commons/.gitlab-ci.yml

5 lines
107 B
YAML
Raw Normal View History

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