mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
travis: add simple tests
This commit is contained in:
parent
f9df01c6e6
commit
1163992e5c
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
language: c
|
||||||
|
|
||||||
|
|
||||||
|
install:
|
||||||
|
- sudo apt-get install check
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make tests
|
||||||
|
- ./tests
|
Loading…
Reference in New Issue
Block a user