mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
build: switch to gcc-5 (in travis)
This commit is contained in:
parent
a46c372969
commit
12af9b262b
@ -4,7 +4,10 @@ language: c
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- gcc-5
|
||||
- check
|
||||
- cmake
|
||||
- cmake-data
|
||||
@ -15,6 +18,7 @@ install:
|
||||
- pip install --user pytest ecdsa curve25519-donna
|
||||
|
||||
script:
|
||||
- export CC='gcc-5'
|
||||
- make
|
||||
- ./tests
|
||||
- ./test-openssl 1000
|
||||
|
Loading…
Reference in New Issue
Block a user