mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
fix travis build failure
This commit is contained in:
parent
bd543d9014
commit
e6a8204b1e
@ -1,9 +1,9 @@
|
||||
language: c
|
||||
|
||||
install:
|
||||
- sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded -y
|
||||
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y build-essential git gcc-arm-none-eabi
|
||||
- sudo apt-get install -y build-essential git gcc-arm-embedded
|
||||
|
||||
script:
|
||||
- make -C vendor/libopencm3
|
||||
|
Loading…
Reference in New Issue
Block a user