mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
build: fix missing stuff in travis
This commit is contained in:
parent
53f5d5c147
commit
b6d53acefc
@ -8,6 +8,10 @@ addons:
|
||||
- build-essential
|
||||
- gcc-arm-none-eabi
|
||||
- libnewlib-arm-none-eabi
|
||||
- protobuf-compiler
|
||||
- libprotobuf-dev
|
||||
- python-protobuf
|
||||
- python3-protobuf
|
||||
|
||||
env:
|
||||
global:
|
||||
@ -20,9 +24,11 @@ env:
|
||||
|
||||
script:
|
||||
- make -C vendor/libopencm3 lib/stm32/f2
|
||||
- make -C vendor/nanopb/generator/proto
|
||||
- make
|
||||
- make -C bootloader
|
||||
- make -C fastflash
|
||||
- make -C firmware/protob
|
||||
- make -C firmware
|
||||
- make -C demo
|
||||
|
||||
|
@ -9,4 +9,4 @@ RUN apt-get update
|
||||
# install build tools and dependencies
|
||||
|
||||
RUN apt-get install -y build-essential git python python-ecdsa gcc-arm-none-eabi
|
||||
RUN apt-get install protobuf-compiler libprotobuf-dev python-protobuf python3-protobuf
|
||||
RUN apt-get install -y protobuf-compiler libprotobuf-dev python-protobuf python3-protobuf
|
||||
|
Loading…
Reference in New Issue
Block a user