mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 13:38: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
|