mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-31 18:40:56 +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:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
|
- gcc-5
|
||||||
- check
|
- check
|
||||||
- cmake
|
- cmake
|
||||||
- cmake-data
|
- cmake-data
|
||||||
@ -15,6 +18,7 @@ install:
|
|||||||
- pip install --user pytest ecdsa curve25519-donna
|
- pip install --user pytest ecdsa curve25519-donna
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- export CC='gcc-5'
|
||||||
- make
|
- make
|
||||||
- ./tests
|
- ./tests
|
||||||
- ./test-openssl 1000
|
- ./test-openssl 1000
|
||||||
|
Loading…
Reference in New Issue
Block a user