transcendental-lisp/.gitlab-ci.yml

13 lines
219 B
YAML
Raw Normal View History

2017-12-09 17:42:37 -05:00
image: maven:3.5-jdk-8
2017-12-09 17:57:41 -05:00
maven-package:
2017-12-09 17:42:37 -05:00
stage: build
environment: production
script:
2017-12-10 08:34:44 -05:00
- mvn clean verify
2017-12-10 09:15:35 -05:00
- ls ../.. -la
2017-12-09 17:42:37 -05:00
artifacts:
paths:
- target/transcendental-lisp-*.jar
expire_in: 1 week