trezor-core/.travis.yml

13 lines
210 B
YAML
Raw Normal View History

2016-10-03 07:32:58 -07:00
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