Skip to content
Snippets Groups Projects
Commit d0ca0d4e authored by Céline  TREBEAU's avatar Céline TREBEAU
Browse files

[CI] add jar to pipeline to provide artifact

parent 610099f5
No related branches found
No related tags found
1 merge request!10Surface reconstruction Refactoring
Pipeline #40905 passed
...@@ -6,6 +6,9 @@ stages: ...@@ -6,6 +6,9 @@ stages:
maven: maven:
image: maven:3.6.3-jdk-11 image: maven:3.6.3-jdk-11
stage: build stage: build
when: manual when: always
script: script:
- mvn clean install -DskipTests - mvn clean install -DskipTests
artifacts:
paths:
- target/*.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment