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

Add .gitlab-ci.yml file

parent 4751065f
No related branches found
No related tags found
1 merge request!4Add .gitlab-ci.yml file
Pipeline #1132 passed
stages:
- build
- test
- deploy
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"
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