furniture/.gitlab-ci.yml

15 lines
175 B
YAML

image: maven:3-jdk-8
stages:
- build
- tag
DiceFurniture:
stage: build
script:
- mvn clean package
artifacts:
paths:
- target/*.jar
only:
- master