mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-17 01:52:02 +00:00
build: fix missing stuff in travis
This commit is contained in:
parent
53f5d5c147
commit
b6d53acefc
@ -8,6 +8,10 @@ addons:
|
|||||||
- build-essential
|
- build-essential
|
||||||
- gcc-arm-none-eabi
|
- gcc-arm-none-eabi
|
||||||
- libnewlib-arm-none-eabi
|
- libnewlib-arm-none-eabi
|
||||||
|
- protobuf-compiler
|
||||||
|
- libprotobuf-dev
|
||||||
|
- python-protobuf
|
||||||
|
- python3-protobuf
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
@ -20,9 +24,11 @@ env:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- make -C vendor/libopencm3 lib/stm32/f2
|
- make -C vendor/libopencm3 lib/stm32/f2
|
||||||
|
- make -C vendor/nanopb/generator/proto
|
||||||
- make
|
- make
|
||||||
- make -C bootloader
|
- make -C bootloader
|
||||||
- make -C fastflash
|
- make -C fastflash
|
||||||
|
- make -C firmware/protob
|
||||||
- make -C firmware
|
- make -C firmware
|
||||||
- make -C demo
|
- make -C demo
|
||||||
|
|
||||||
|
@ -9,4 +9,4 @@ RUN apt-get update
|
|||||||
# install build tools and dependencies
|
# install build tools and dependencies
|
||||||
|
|
||||||
RUN apt-get install -y build-essential git python python-ecdsa gcc-arm-none-eabi
|
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