Skip to content
Snippets Groups Projects
Commit 5c72ef08 authored by Dominique Marcadet's avatar Dominique Marcadet
Browse files

gitlab-ci.yml added

parent c608d9ed
No related branches found
No related tags found
1 merge request!13Resolve "add initial GitLab CI configuration"
Pipeline #1301 passed
stages:
- build
- test
- deploy
build:
stage: build
script:
- "mvn clean package"
tags:
- riseclipse
# deploy is not restricted to master because of dependencies beween plug-ins
deploy:
stage: deploy
script:
- "mvn deploy"
tags:
- riseclipse
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment