1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00
serial/.travis.yml
2016-07-12 19:59:45 +02:00

16 lines
272 B
YAML

os:
- linux
- osx
language: cpp
compiler:
- gcc
- clang
install:
- sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x
- sudo apt-get update --yes
- sudo apt-get upgrade --yes
- make install_deps
- source setup.bash
script:
- make && make test