Add .gitlab-ci.yml
This commit is contained in:
parent
0825d1ee96
commit
15ae5a1c56
|
@ -0,0 +1,15 @@
|
||||||
|
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
|
Loading…
Reference in New Issue