mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
f69fefefa9
reorganize test project, multiple test projects each is specifically for an MCU
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
|