Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-doc
Commits
aca3c7c6
Commit
aca3c7c6
authored
Mar 12, 2018
by
Joseph Mirabel
Committed by
Joseph Mirabel
Mar 13, 2018
Browse files
Add branch ubuntu-14.04 to gitlab
parent
795e9408
Pipeline
#431
failed with stages
in 73 minutes and 8 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.dockers/create_docker_and_push_to_euroc.sh
0 → 100755
View file @
aca3c7c6
docker login eur0c.laas.fr:4567
docker build
-t
eur0c.laas.fr:4567/humanoid-path-planner/hpp-doc/ubuntu:16.04
-f
.dockers/ubuntu-16.04/Dockerfile
.
docker build
-t
eur0c.laas.fr:4567/humanoid-path-planner/hpp-doc/devel-premade:16.04
-f
.dockers/ubuntu-16.04/Dockerfile.premade
.
docker push eur0c.laas.fr:4567/humanoid-path-planner/hpp-doc/devel-premade:16.04
.dockers/ubuntu-14.04/Dockerfile
View file @
aca3c7c6
...
...
@@ -43,5 +43,3 @@ RUN apt-get update -qqy && apt-get install -qqy \
&&
rm
-rf
/var/lib/apt/lists/
*
COPY
script/auto-install-hpp.sh /
ENTRYPOINT
/auto-install-hpp.sh
.dockers/ubuntu-16.04/Dockerfile
View file @
aca3c7c6
...
...
@@ -48,5 +48,3 @@ RUN apt-get install -qqy \
&&
rm
-rf
/var/lib/apt/lists/
*
COPY
script/auto-install-hpp.sh /
ENTRYPOINT
/auto-install-hpp.sh
.gitlab-ci.yml
View file @
aca3c7c6
...
...
@@ -7,8 +7,8 @@ variables:
.build_template
:
&build_definition
stage
:
build
script
:
-
cp /clean_workspace $DEVEL_DIR
-
/auto-install-hpp.sh --branch
${CI_COMMIT_REF_NAME}
-
cp
-r
/clean_workspace $DEVEL_DIR
-
/auto-install-hpp.sh --branch
devel
artifacts
:
paths
:
-
workspace
...
...
@@ -34,28 +34,44 @@ variables:
paths
:
-
workspace
master-
16-
build
:
master-build
:
image
:
eur0c.laas.fr:4567/humanoid-path-planner/hpp-doc/master-premade:16.04
only
:
-
master
<<
:
*build_definition
devel-1
4-build
:
image
:
eur0c.laas.fr:4567/humanoid-path-planner/hpp-doc/
devel
-premade:14.04
ubuntu-14.0
4-build
:
image
:
eur0c.laas.fr:4567/humanoid-path-planner/hpp-doc/
ubuntu-14.04
-premade:14.04
only
:
-
devel
-
ubuntu-14.04
<<
:
*build_definition
devel-
16-
build
:
devel-build
:
image
:
eur0c.laas.fr:4567/humanoid-path-planner/hpp-doc/devel-premade:16.04
only
:
-
devel
<<
:
*build_definition
devel-16-test
:
master-test
:
image
:
eur0c.laas.fr:4567/humanoid-path-planner/hpp-doc/master-premade:16.04
dependencies
:
-
master-build
only
:
-
master
<<
:
*test_definition
ubuntu-14.04-test
:
image
:
eur0c.laas.fr:4567/humanoid-path-planner/hpp-doc/ubuntu-14.04-premade:14.04
dependencies
:
-
ubuntu-14.04-build
only
:
-
ubuntu-14.04
<<
:
*test_definition
devel-test
:
image
:
eur0c.laas.fr:4567/humanoid-path-planner/hpp-doc/devel-premade:16.04
dependencies
:
-
devel-
16-
build
-
devel-build
only
:
-
devel
<<
:
*test_definition
Write
Preview
Supports
Markdown
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