transcendental-lisp/.gitlab-ci.yml

16 lines
233 B
YAML
Raw Normal View History

2017-12-09 17:42:37 -05:00
image: maven:3.5-jdk-8
cache:
paths:
- .m2/repository
maven-install:
stage: build
environment: production
script:
- mvn install
artifacts:
paths:
- target/transcendental-lisp-*.jar
expire_in: 1 week