Skip to content

Commit 762ecf6

Browse files
committed
install arm-none-eabi-*
1 parent 81eb460 commit 762ecf6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ matrix:
1515

1616
install:
1717
- bash ci/install.sh
18+
- export PATH="$PATH:$PWD/gcc/bin"
1819

1920
script:
2021
- bash ci/script.sh

ci/install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ main() {
1111

1212
rustup target add thumbv7m-none-eabi
1313

14+
# install arm-none-eabi-gcc
15+
mkdir gcc
16+
17+
curl -L https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2?revision=bc2c96c0-14b5-4bb4-9f18-bceb4050fee7?product=GNU%20Arm%20Embedded%20Toolchain,64-bit,,Linux,7-2018-q2-update | tar --strip-components=1 -C gcc -xj
18+
1419
rustup component add llvm-tools-preview
1520

1621
curl -LSfs https://japaric.github.io/trust/install.sh | \

0 commit comments

Comments
 (0)