mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 03:34:53 +08:00
13 lines
147 B
YAML
13 lines
147 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
language: cpp
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
install:
|
|
- make install_deps
|
|
- source setup.bash
|
|
script:
|
|
- make && make test
|