1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00
serial/.travis.yml
Alec Leamas a56c97e49c ci: travis: Update to better match before refactoring.
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.
2020-09-29 12:33:33 +02:00

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 .