travis: Install newer toolchain for nrf job.

Update toolchain to GNU Arm Embedded Toolchain.
This commit is contained in:
Glenn Ruben Bakke 2020-07-10 19:55:35 +02:00
parent 95d0d1c486
commit 411e1157e7
1 changed files with 4 additions and 1 deletions

View File

@ -292,7 +292,10 @@ jobs:
- stage: test
name: "nrf port build"
install:
- sudo apt-get install gcc-arm-none-eabi
# need newer gcc version for Cortex-M33 support
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
- sudo apt-get update -qq || true
- sudo apt-get install gcc-arm-embedded
- sudo apt-get install libnewlib-arm-none-eabi
- arm-none-eabi-gcc --version
script: