1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 02:19:21 +00:00
trezor-firmware/.travis.yml
2017-06-12 14:42:11 +02:00

27 lines
435 B
YAML

sudo: false
dist: trusty
language: c
addons:
apt:
packages:
- build-essential
- git
- gcc-arm-none-eabi
- libnewlib-arm-none-eabi
script:
- CFLAGS="-std=c99" make -C vendor/libopencm3
- make
- make -C firmware
- make -C bootloader
- make -C demo
notifications:
webhooks:
urls:
- http://ci-bot.satoshilabs.com:5000/travis
on_success: always
on_failure: always
on_start: always