mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 13:01:12 +00:00
10 lines
90 B
YAML
10 lines
90 B
YAML
|
language: c
|
||
|
|
||
|
|
||
|
install:
|
||
|
- sudo apt-get install check
|
||
|
|
||
|
script:
|
||
|
- make tests
|
||
|
- ./tests
|