Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
coal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coal
coal
Commits
d6fbe964
Commit
d6fbe964
authored
8 years ago
by
Valenza Florian
Browse files
Options
Downloads
Patches
Plain Diff
[travis] Add sudo required
parent
9e99bb63
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-0
1 addition, 0 deletions
.travis.yml
ci/install_linux.sh
+1
-4
1 addition, 4 deletions
ci/install_linux.sh
ci/install_osx.sh
+1
-0
1 addition, 0 deletions
ci/install_osx.sh
with
3 additions
and
4 deletions
.travis.yml
+
1
−
0
View file @
d6fbe964
language
:
cpp
sudo
:
required
os
:
-
linux
...
...
This diff is collapsed.
Click to expand it.
ci/install_linux.sh
+
1
−
4
View file @
d6fbe964
...
...
@@ -9,10 +9,7 @@ sudo apt-get -qq --yes --force-yes install libboost-all-dev
sudo
apt-get
-qq
--yes
--force-yes
install
libccd-dev
# Assimp
sudo echo
"deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub trusty robotpkg"
>>
/etc/apt/sources.list.d/robotpkg.list
curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key |
sudo
apt-key add -
sudo
apt-get update
sudo
apt-get
install
robotpkg-assimp
sudo
apt-get
install
libassimp-dev
########################
# Optional dependencies
...
...
This diff is collapsed.
Click to expand it.
ci/install_osx.sh
+
1
−
0
View file @
d6fbe964
...
...
@@ -4,3 +4,4 @@ brew install git
brew
install
cmake
brew
install
boost
brew
install
libccd
brew
install
assimp
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment