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