mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-23 04:04:54 +08:00
7 lines
83 B
YAML
7 lines
83 B
YAML
|
|
language: cpp
|
||
|
|
compiler:
|
||
|
|
- gcc
|
||
|
|
- clang
|
||
|
|
# Change this to your needs
|
||
|
|
script: make
|