Update .gitlab-ci.yml

This commit is contained in:
Mike Cifelli 2017-12-09 22:55:27 +00:00
parent 52d8e1ea92
commit bfb3d945fa
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,14 @@
image: maven:3.5-jdk-8
cache:
paths:
- /root/.m2
maven-install:
stage: build
environment: production
script:
- mvn install
- mvn package
artifacts:
paths:
- target/transcendental-lisp-*.jar