1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 12:14:53 +08:00
serial/.travis.yml

10 lines
214 B
YAML
Raw Normal View History

2014-12-09 15:16:34 -08:00
os:
- linux
2014-12-29 11:23:06 -08:00
- osx
2012-11-06 16:41:41 -08:00
language: cpp
2012-11-06 19:20:23 -08:00
install:
2014-12-29 11:23:06 -08:00
- make install_deps
- source setup.bash
2012-11-06 19:20:23 -08:00
script:
2018-01-30 19:52:34 -08:00
- mkdir build && cd build && cmake .. -DPYTHON_EXECUTABLE=$(which python2) && make && make tests && make run_tests