transcendental-lisp/.gitlab-ci.yml

16 lines
229 B
YAML

image: maven:3.5-jdk-8
cache:
paths:
- /root/.m2/
maven-package:
stage: build
environment: production
script:
- mvn package
artifacts:
paths:
- target/transcendental-lisp-*.jar
expire_in: 1 week