1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Test building ROS on travis.

This commit is contained in:
Mike Purvis 2015-07-20 22:13:47 -04:00
parent 99e57e633c
commit 3d4ae6379a

View File

@ -1,12 +1,7 @@
os: os:
- linux
- osx - osx
language: cpp language: cpp
compiler: compiler:
- gcc
- clang - clang
install:
- make install_deps
- source setup.bash
script: script:
- make && make test - curl https://raw.githubusercontent.com/mikepurvis/ros-install-osx/travis/install | bash