1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00

build: modify travis to not use sudo

This commit is contained in:
Pavol Rusnak 2017-04-01 23:59:47 +02:00
parent 9257d44b7a
commit 71ea884ad8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -1,13 +1,14 @@
sudo: false
dist: trusty
language: c
before_install:
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
- sudo apt-get update
install:
- sudo apt-get install -y build-essential gcc-multilib gcc-arm-embedded
addons:
apt:
packages:
- build-essential
- gcc-multilib
- gcc-arm-none-eabi
- libnewlib-arm-none-eabi
script:
- make vendorheader