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

Merge branch '8-build-on-riseclipse-ci' into 'master'

Add .gitlab-ci.yml file

Closes #8

See merge request !4
parents 88f17ac8 1ada730c
No related branches found
No related tags found
1 merge request!4Add .gitlab-ci.yml file
Pipeline #1072 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.
Please register or to comment