mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-23 04:04:54 +08:00
This includes the libraries and examples. The correct implementation should automatically be configured depending on the platform.
10 lines
239 B
YAML
10 lines
239 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
language: cpp
|
|
install:
|
|
- make install_deps
|
|
- source setup.bash
|
|
script:
|
|
- mkdir build && cd build && cmake .. -DPYTHON_EXECUTABLE=$(which python2) && make && make tests && make run_tests
|
|
- catkin_test_results . |