mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-17 03:48:09 +00:00
16 lines
190 B
YAML
16 lines
190 B
YAML
dist: trusty
|
|
|
|
language: c
|
|
|
|
before_install:
|
|
- sudo apt-get update
|
|
|
|
install:
|
|
- sudo apt-get install gcc-multilib
|
|
|
|
before_script:
|
|
- make build_unix TREZORUI_NOUI=1
|
|
|
|
script:
|
|
- make test
|