mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +08:00
Although this patch better matches the state before the re-factoring, it doesn't mean that much since the build breaks already in the install stage. While on it, fix some yamllint nitpicks.
12 lines
241 B
YAML
12 lines
241 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 .
|
|
|