Update .gitlab-ci.yml
This commit is contained in:
parent
52d8e1ea92
commit
bfb3d945fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue