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
Pierre Fernbach
hpp-doc
Commits
1708ee08
Commit
1708ee08
authored
Jan 14, 2019
by
Joseph Mirabel
Committed by
Joseph Mirabel
Jan 18, 2019
Browse files
Remove directory scripts
parent
5dbc9f87
Changes
7
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1708ee08
...
...
@@ -7,7 +7,7 @@ variables:
stage
:
build
script
:
-
export INSTALL_DOCUMENTATION=OFF
-
$CI_PROJECT_DIR/script/auto-install-hpp.sh --branch ${CI_COMMIT_REF_NAME} --gitrepo ${CI_PROJECT_URL}/raw --target test-ci
-
$CI_PROJECT_DIR/script
s
/auto-install-hpp.sh --branch ${CI_COMMIT_REF_NAME} --gitrepo ${CI_PROJECT_URL}/raw --target test-ci
after_script
:
-
mv $DEVEL_HPP_DIR $CI_PROJECT_DIR
artifacts
:
...
...
README.md
View file @
1708ee08
...
...
@@ -17,15 +17,6 @@ For installation instructions, visit
the
[
HPP website
](
https://humanoid-path-planner.github.io/hpp-doc
)
or
[
these instructions
](
doc/instructions.md
)
.
##
Build docker images for CI
##
Instructions for developers
```
branch=$(git branch --no-color | grep \* | cut -d' ' -f2)
for ubuntu in 14.04 16.04
do
docker build -t eur0c.laas.fr:5000/humanoid-path-planner/hpp-doc/ubuntu:${ubuntu} -f .dockers/ubuntu-${ubuntu}/Dockerfile ./script
docker build -t eur0c.laas.fr:5000/humanoid-path-planner/hpp-doc/${branch}-premade:${ubuntu} -f .dockers/ubuntu-${ubuntu}/Dockerfile.premade ./script
docker push eur0c.laas.fr:5000/humanoid-path-planner/hpp-doc/ubuntu:${ubuntu}
docker push eur0c.laas.fr:5000/humanoid-path-planner/hpp-doc/${branch}-premade:${ubuntu}
done
```
See
`scripts/README.md`
for instructions for developers.
script/README.md
→
script
s
/README.md
View file @
1708ee08
...
...
@@ -22,3 +22,16 @@ You will find three files in the directory `${DEVEL_HPP_DIR}/tarball/`:
*
a bash script called
`check.***.sh`
that should be used in order to resolve the dependencies on a new computer,
*
a tarball called
`hpp.***.tar.gz`
containing only the binaries,
*
a tarball called
`hpp.src.***.tar.gz`
containing the binaries and the source files.
## Build docker images for CI
```
branch=$(git branch --no-color | grep \* | cut -d' ' -f2)
for ubuntu in 14.04 16.04
do
docker build -t eur0c.laas.fr:5000/humanoid-path-planner/hpp-doc/ubuntu:${ubuntu} -f .dockers/ubuntu-${ubuntu}/Dockerfile ./scripts
docker build -t eur0c.laas.fr:5000/humanoid-path-planner/hpp-doc/${branch}-premade:${ubuntu} -f .dockers/ubuntu-${ubuntu}/Dockerfile.premade ./scripts
docker push eur0c.laas.fr:5000/humanoid-path-planner/hpp-doc/ubuntu:${ubuntu}
docker push eur0c.laas.fr:5000/humanoid-path-planner/hpp-doc/${branch}-premade:${ubuntu}
done
```
script/auto-install-hpp.sh
→
script
s
/auto-install-hpp.sh
View file @
1708ee08
File moved
script/check-install.sh
→
script
s
/check-install.sh
View file @
1708ee08
File moved
script/generate-tar-doc
→
script
s
/generate-tar-doc
View file @
1708ee08
File moved
script/install-tar-on-remote
→
script
s
/install-tar-on-remote
View file @
1708ee08
File moved
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