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
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
8ed2e148
...
@@ -8,6 +8,9 @@ env:
...
@@ -8,6 +8,9 @@ env:
-
BUILD_PYTHON_INTERFACE=ON
-
BUILD_PYTHON_INTERFACE=ON
-
MAKEFLAGS="-j2"
-
MAKEFLAGS="-j2"
cache
:
ccache
:
true
matrix
:
matrix
:
include
:
include
:
-
name
:
"
Trusty
-
Release
-
g++"
-
name
:
"
Trusty
-
Release
-
g++"
...
@@ -65,23 +68,14 @@ matrix:
...
@@ -65,23 +68,14 @@ matrix:
env
:
BUILD_TYPE=Release
env
:
BUILD_TYPE=Release
os
:
osx
os
:
osx
compiler
:
clang
compiler
:
clang
addons
:
cache
:
homebrew
:
ccache
:
true
update
:
true
directories
:
packages
:
-
$HOME/Library/Caches/Homebrew
-
git
# build
-
doxygen
# build
-
cmake
# build
-
pkg-config
# build
-
boost
-
brewsci/homebrew-science/cddlib
-
assimp
-
eigen
-
octomap
before_install
:
before_install
:
-
if [ "$TRAVIS_OS_NAME" = "linux" ]; then source travis_custom/custom_before_install_linux.sh ; fi
-
if [ "$TRAVIS_OS_NAME" = "linux" ]; then source travis_custom/custom_before_install_linux.sh ; fi
-
if [ "$TRAVIS_OS_NAME" = "osx" ]; then source travis_custom/custom_before_install_osx.sh ; fi
-
if [ "$TRAVIS_OS_NAME" = "osx"
]; then source travis_custom/custom_before_install_osx.sh
; fi
script
:
script
:
# Create build directory
# Create build directory
...
...
travis_custom/custom_before_install_osx.sh
View file @
8ed2e148
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
brew tap gepetto/homebrew-gepetto
brew tap gepetto/homebrew-gepetto
# install eigenpy
# install eigenpy
brew
install
eigenpy
brew
install
boost assimp eigen octomap
eigenpy
# set environment variables
# set environment variables
export
PKG_CONFIG_PATH
=
"
${
PKG_CONFIG_PATH
}
:/opt/openrobots/lib/pkgconfig"
export
PKG_CONFIG_PATH
=
"
${
PKG_CONFIG_PATH
}
:/opt/openrobots/lib/pkgconfig"
export
LD_LIBRARY_PATH
=
"
${
LD_LIBRARY_PATH
}
:/opt/openrobots/lib"
export
LD_LIBRARY_PATH
=
"
${
LD_LIBRARY_PATH
}
:/opt/openrobots/lib"
\ No newline at end of file
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