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
Guilhem Saurel
hpp-fcl
Commits
8ed2e148
Commit
8ed2e148
authored
Nov 14, 2019
by
Joseph Mirabel
Browse files
[CI] Update CI on mac.
parent
ce8eeb8c
Changes
2
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
8ed2e148
...
...
@@ -8,6 +8,9 @@ env:
-
BUILD_PYTHON_INTERFACE=ON
-
MAKEFLAGS="-j2"
cache
:
ccache
:
true
matrix
:
include
:
-
name
:
"
Trusty
-
Release
-
g++"
...
...
@@ -65,19 +68,10 @@ matrix:
env
:
BUILD_TYPE=Release
os
:
osx
compiler
:
clang
addons
:
homebrew
:
update
:
true
packages
:
-
git
# build
-
doxygen
# build
-
cmake
# build
-
pkg-config
# build
-
boost
-
brewsci/homebrew-science/cddlib
-
assimp
-
eigen
-
octomap
cache
:
ccache
:
true
directories
:
-
$HOME/Library/Caches/Homebrew
before_install
:
-
if [ "$TRAVIS_OS_NAME" = "linux" ]; then source travis_custom/custom_before_install_linux.sh ; fi
...
...
travis_custom/custom_before_install_osx.sh
View file @
8ed2e148
...
...
@@ -2,7 +2,7 @@
brew tap gepetto/homebrew-gepetto
# install eigenpy
brew
install
eigenpy
brew
install
boost assimp eigen octomap
eigenpy
# set environment variables
export
PKG_CONFIG_PATH
=
"
${
PKG_CONFIG_PATH
}
:/opt/openrobots/lib/pkgconfig"
...
...
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