1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 22:18:13 +00:00
trezor-firmware/.travis.yml

29 lines
482 B
YAML
Raw Normal View History

2016-10-03 14:38:55 +00:00
dist: trusty
2016-10-03 14:32:58 +00:00
language: c
2016-10-03 17:58:17 +00:00
before_install:
2016-10-04 13:56:36 +00:00
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
2016-10-03 14:32:58 +00:00
- sudo apt-get update
2016-10-03 17:58:17 +00:00
install:
2016-10-04 13:56:36 +00:00
- sudo apt-get install -y build-essential gcc-multilib gcc-arm-embedded
2016-10-03 14:32:58 +00:00
2016-10-05 10:50:11 +00:00
script:
- make build_cross
- make build_bootloader
- make clean_stmhal
2016-10-04 13:56:36 +00:00
- make build_stmhal
2016-10-05 10:50:11 +00:00
- make clean_stmhal
- make build_stmhal_frozen
- make build_unix_frozen TREZORUI_NOUI=1
- make clean_unix
- make build_unix TREZORUI_NOUI=1
2016-10-03 14:32:58 +00:00
2016-10-03 15:23:21 +00:00
- make test