Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-fcl
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
Guilhem Saurel
hpp-fcl
Commits
484a181b
Commit
484a181b
authored
5 years ago
by
Joseph Mirabel
Browse files
Options
Downloads
Patches
Plain Diff
[travis] update CI.
parent
11ceff66
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+35
-4
35 additions, 4 deletions
.travis.yml
ci/install_linux.sh
+0
-20
0 additions, 20 deletions
ci/install_linux.sh
ci/install_osx.sh
+0
-9
0 additions, 9 deletions
ci/install_osx.sh
with
35 additions
and
33 deletions
.travis.yml
+
35
−
4
View file @
484a181b
...
...
@@ -17,29 +17,60 @@ matrix:
env
:
BUILD_TYPE=Debug
dist
:
xenial
compiler
:
g++
addons
:
apt
:
packages
:
-
liboctomap-dev
-
name
:
"
Xenial
-
Release
-
g++"
env
:
BUILD_TYPE=Release
dist
:
xenial
compiler
:
g++
addons
:
apt
:
packages
:
-
liboctomap-dev
-
name
:
"
Xenial
-
Debug
-
clang"
env
:
BUILD_TYPE=Debug
dist
:
xenial
compiler
:
clang
addons
:
apt
:
packages
:
-
liboctomap-dev
-
name
:
"
Bionic
-
Debug
-
g++"
env
:
BUILD_TYPE=Debug
dist
:
xenial
compiler
:
g++
addons
:
apt
:
packages
:
-
liboctomap-dev
-
name
:
"
OSX
-
Debug
-
clang"
env
:
BUILD_TYPE=Debug
os
:
osx
compiler
:
clang
install
:
# Install dependencies for FCL
-
if [ "$TRAVIS_OS_NAME" = "linux" ]; then 'ci/install_linux.sh' ; fi
-
if [ "$TRAVIS_OS_NAME" = "osx" ]; then 'ci/install_osx.sh' ; fi
addons
:
apt
:
packages
:
-
cmake
-
libboost-all-dev
-
libassimp-dev
-
libeigen3-dev
-
liboctomap-dev
homebrew
:
taps
:
homebrew/science
packages
:
-
git
-
cmake
-
boost
-
libccd
-
assimp
-
eigen
-
octomap
script
:
# Create build directory
...
...
This diff is collapsed.
Click to expand it.
ci/install_linux.sh
deleted
100755 → 0
+
0
−
20
View file @
11ceff66
sudo
apt-get
-qq
update
########################
# Mendatory dependencies
########################
sudo
apt-get
-qq
--yes
--force-yes
install
cmake
sudo
apt-get
-qq
--yes
--force-yes
install
libboost-all-dev
sudo
apt-get
-qq
--yes
--force-yes
install
libassimp-dev
sudo
apt-get
-qq
--yes
--force-yes
install
libeigen3-dev
# Octomap
git clone https://github.com/OctoMap/octomap
cd
octomap
git checkout tags/v1.8.0
mkdir
build
cd
build
cmake ..
make
sudo
make
install
This diff is collapsed.
Click to expand it.
ci/install_osx.sh
deleted
100755 → 0
+
0
−
9
View file @
11ceff66
brew tap homebrew/science
brew
install
git
brew
install
cmake
brew
install
boost
brew
install
libccd
brew
install
assimp
brew
install
eigen
brew
install
octomap
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