add more build tests to travis

This commit is contained in:
Pavol Rusnak 2016-10-05 12:50:11 +02:00
parent 27fb301b22
commit 177db6b6d8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 15 additions and 4 deletions

View File

@ -9,9 +9,20 @@ before_install:
install:
- sudo apt-get install -y build-essential gcc-multilib gcc-arm-embedded
before_script:
- make build_unix TREZORUI_NOUI=1
- make build_stmhal
script:
- make build_cross
- make build_bootloader
- make clean_stmhal
- make build_stmhal
- make clean_stmhal
- make build_stmhal_frozen
- make build_unix_frozen TREZORUI_NOUI=1
- make clean_unix
- make build_unix TREZORUI_NOUI=1
- make test