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

13 lines
210 B

8 years ago
language: c
install:
- sudo dpkg --add-architecture i386
- sudo apt-get update
- sudo apt-get install libsdl2-dev:i386
before_script:
- make build_unix
script:
- cd src/tests && bash ./runtests.sh