You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/.travis.yml

16 lines
190 B

dist: trusty
8 years ago
language: c
before_install:
8 years ago
- sudo apt-get update
install:
- sudo apt-get install gcc-multilib
8 years ago
before_script:
- make build_unix TREZORUI_NOUI=1
8 years ago
script:
8 years ago
- make test