1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-23 07:58:09 +00:00

add gcc to travis file

This commit is contained in:
Pavol Rusnak 2016-10-03 16:43:29 +02:00
parent d10db95b3b
commit 79f7a2bfc3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -5,6 +5,7 @@ language: c
install: install:
- sudo dpkg --add-architecture i386 - sudo dpkg --add-architecture i386
- sudo apt-get update - sudo apt-get update
- sudo apt-get install gcc-multilib
- sudo apt-get install libsdl2-dev:i386 - sudo apt-get install libsdl2-dev:i386
before_script: before_script: