Skip to content

Commit

Permalink
Merge pull request #60 from nim65s/osx
Browse files Browse the repository at this point in the history
Fix CI on OSX
  • Loading branch information
nim65s authored Feb 20, 2019
2 parents 818c2de + 189965a commit 6531987
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: cpp

env:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
global:
- CTEST_PARALLEL_LEVEL=4
matrix:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release

matrix:
include:
Expand Down Expand Up @@ -32,7 +35,7 @@ script:
- make -j4

# Run unit tests
- make test
- travis_wait 30 make test || travis_wait 30 ctest -VV

# Make sure we can install and uninstall with no issues
- sudo make -j4 install
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ IF(HPP_FCL_HAVE_OCTOMAP)
"-DHPP_FCL_HAVE_OCTOMAP -DFCL_HAVE_OCTOMAP -DOCTOMAP_MAJOR_VERSION=${OCTOMAP_MAJOR_VERSION} -DOCTOMAP_MINOR_VERSION=${OCTOMAP_MINOR_VERSION} -DOCTOMAP_PATCH_VERSION=${OCTOMAP_PATCH_VERSION}")
ENDIF(HPP_FCL_HAVE_OCTOMAP)

setup_project_finalize()
setup_hpp_project_finalize()
1 change: 1 addition & 0 deletions ci/install_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ brew install boost
brew install libccd
brew install assimp
brew install eigen
brew install octomap

0 comments on commit 6531987

Please sign in to comment.