furniture/.gitlab-ci.yml

15 lines
175 B
YAML
Raw Normal View History

2018-11-25 17:59:55 +01:00
image: maven:3-jdk-8
stages:
- build
- tag
DiceFurniture:
stage: build
script:
- mvn clean package
artifacts:
paths:
- target/*.jar
only:
- master