Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RiseClipseMetamodel_SCL2003
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
RiseClipseGroup
RiseClipseMetamodel_SCL2003
Commits
eb48fed1
Commit
eb48fed1
authored
Apr 20, 2017
by
Dominique Marcadet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .gitlab-ci.yml file
parent
c69bb68b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
.gitlab-ci.yml
.gitlab-ci.yml
+15
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
eb48fed1
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment