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
8ed2e148
Commit
8ed2e148
authored
5 years ago
by
Joseph Mirabel
Browse files
Options
Downloads
Patches
Plain Diff
[CI] Update CI on mac.
parent
ce8eeb8c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+8
-14
8 additions, 14 deletions
.travis.yml
travis_custom/custom_before_install_osx.sh
+2
-2
2 additions, 2 deletions
travis_custom/custom_before_install_osx.sh
with
10 additions
and
16 deletions
.travis.yml
+
8
−
14
View file @
8ed2e148
...
...
@@ -8,6 +8,9 @@ env:
-
BUILD_PYTHON_INTERFACE=ON
-
MAKEFLAGS="-j2"
cache
:
ccache
:
true
matrix
:
include
:
-
name
:
"
Trusty
-
Release
-
g++"
...
...
@@ -65,23 +68,14 @@ 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
-
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
:
# Create build directory
...
...
This diff is collapsed.
Click to expand it.
travis_custom/custom_before_install_osx.sh
+
2
−
2
View file @
8ed2e148
...
...
@@ -2,8 +2,8 @@
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"
export
LD_LIBRARY_PATH
=
"
${
LD_LIBRARY_PATH
}
:/opt/openrobots/lib"
\ No newline at end of file
export
LD_LIBRARY_PATH
=
"
${
LD_LIBRARY_PATH
}
:/opt/openrobots/lib"
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