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