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

Merge branch '11-update-gitlab-ci-yml-to-deploy-on-riseclipse-ci' into 'master'

Resolve "update .gitlab-ci.yml to deploy on riseclipse-ci"

Closes #11

See merge request RiseClipseGroup/RiseClipseEditor!9
parents 76feebe8 2c6ce470
No related branches found
No related tags found
1 merge request!9Resolve "update .gitlab-ci.yml to deploy on riseclipse-ci"
Pipeline #1469 passed
stages:
- build
- test
......@@ -6,9 +7,15 @@ stages:
build:
stage: build
script:
- "pushd .."
- "if [ -d RiseClipseDeveloper ]; then cd RiseClipseDeveloper ; git pull ; else git clone https://gitlab.centralesupelec.fr/RiseClipseGroup/RiseClipseDeveloper.git ; fi"
- "popd"
- "mvn clean install"
- "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