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

gitlab-ci.yml added

parent be1c5326
No related branches found
No related tags found
1 merge request!4Resolve "add GitLab CI configuration"
Pipeline #1262 failed
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