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-04-16 19:43:59 +02:00

28 lines
467 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://sway.gk2.sk:5000/travis
- http://163.172.132.178:5000/travis
on_success: always
on_failure: always
on_start: always