mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
travis: Install newer toolchain for nrf job.
Update toolchain to GNU Arm Embedded Toolchain.
This commit is contained in:
@@ -292,7 +292,10 @@ jobs:
|
|||||||
- stage: test
|
- stage: test
|
||||||
name: "nrf port build"
|
name: "nrf port build"
|
||||||
install:
|
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
|
- sudo apt-get install libnewlib-arm-none-eabi
|
||||||
- arm-none-eabi-gcc --version
|
- arm-none-eabi-gcc --version
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user