mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
5 lines
108 B
YAML
5 lines
108 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
script: cd tests/test && rake test:all && cd ../lpc175x_6x && rake test:all
|