Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
software
ndt_core_public
Commits
f1b8c193
Commit
f1b8c193
authored
Aug 22, 2018
by
Tomasz Kucner
Browse files
improved scripts
parent
c178d31b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.gitlab-ci/prepare.sh
.gitlab-ci/prepare.sh
+2
-0
No files found.
.gitlab-ci/prepare.sh
View file @
f1b8c193
#!/bin/bash
add_ndt_core_yaml
()
{
echo
"Here you can add dependencies"
;
# echo "yaml file:///`pwd`/rosdep/${CI_ROS_DISTRO}.yaml" | tee /etc/ros/rosdep/sources.list.d/10-v4r.list
# rosdep update #> /dev/null
}
setup_apt
()
{
echo
"Here you can define repo with our package"
;
# echo "deb [arch=amd64] https://rwiki.acin.tuwien.ac.at/apt/v4r-release ${1} main" | tee /etc/apt/sources.list.d/v4r.list
# wget -qO - https://rwiki.acin.tuwien.ac.at/apt/v4r-release/Public.key | apt-key add -
# apt-get update -qq #> /dev/null
...
...
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