mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 20:19:23 +00:00
10 lines
90 B
YAML
10 lines
90 B
YAML
language: c
|
|
|
|
|
|
install:
|
|
- sudo apt-get install check
|
|
|
|
script:
|
|
- make tests
|
|
- ./tests
|