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
795e9408
Commit
795e9408
authored
Mar 12, 2018
by
Joseph Mirabel
Committed by
Joseph Mirabel
Mar 12, 2018
Browse files
Update Dockerfiles.
parent
0aa03385
Pipeline
#415
failed with stages
in 33 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.dockers/ubuntu-14.04/Dockerfile.premade
View file @
795e9408
FROM eur0c.laas.fr:4567/humanoid-path-planner/hpp-doc/ubuntu:14.04
RUN /auto-install-hpp.sh --branch devel --target doxygen-1.8.10.install
RUN /auto-install-hpp.sh --branch devel --target OpenSceneGraph-dae-plugin.install
RUN \
export DEVEL_DIR=/builds/humanoid-path-planner/hpp-doc/workspace; \
/auto-install-hpp.sh --branch ubuntu-14.04 --target \
"doxygen-1.8.10.install \
OpenSceneGraph-dae-plugin.install \
qpOASES.install \
eigen3.install \
roboptim-trajectory-3.1.install"; \
mv $DEVEL_DIR /clean_workspace
.dockers/ubuntu-16.04/Dockerfile.premade
View file @
795e9408
FROM eur0c.laas.fr:4567/humanoid-path-planner/hpp-doc/ubuntu:16.04
RUN /auto-install-hpp.sh --branch devel --target OpenSceneGraph-dae-plugin.install
RUN export DEVEL_DIR=/builds/humanoid-path-planner/hpp-doc/workspace; \
/auto-install-hpp.sh --branch devel --target OpenSceneGraph-dae-plugin.install
RUN export DEVEL_DIR=/builds/humanoid-path-planner/hpp-doc/workspace; \
/auto-install-hpp.sh --branch devel --target qpOASES.install
RUN export DEVEL_DIR=/builds/humanoid-path-planner/hpp-doc/workspace; \
/auto-install-hpp.sh --branch devel --target roboptim-trajectory-3.1.install
RUN export DEVEL_DIR=/builds/humanoid-path-planner/hpp-doc/workspace; \
mv $DEVEL_DIR /clean_workspace
.gitlab-ci.yml
View file @
795e9408
...
...
@@ -6,7 +6,9 @@ variables:
.build_template
:
&build_definition
stage
:
build
script
:
/auto-install-hpp.sh --branch ${CI_COMMIT_REF_NAME}
script
:
-
cp /clean_workspace $DEVEL_DIR
-
/auto-install-hpp.sh --branch ${CI_COMMIT_REF_NAME}
artifacts
:
paths
:
-
workspace
...
...
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