mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-08 12:30:20 +08:00
Update .travis.yml
This commit is contained in:
+3
-7
@@ -2,19 +2,15 @@ sudo: true
|
||||
language: cpp
|
||||
group: deprecated-2017Q3
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install pcl sqlite octomap ceres-solver; fi
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: osx
|
||||
install: brew install pcl sqlite octomap ceres-solver opencv
|
||||
|
||||
- os: linux
|
||||
dist: trusty
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user