Skip to content

Commit 1c3b415

Browse files
Merge pull request #3715 from iNavFlight/de_update_travis_gcc
Update Travis CI gcc version
2 parents 6640c9f + b17146f commit 1c3b415

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_install:
2828

2929
install:
3030
- ./install-toolchain.sh
31-
- export TOOLCHAINPATH=$PWD/gcc-arm-none-eabi-6-2017-q2-update/bin
31+
- export TOOLCHAINPATH=$PWD/gcc-arm-none-eabi-7-2018-q2-update/bin
3232
- export PATH=$TOOLCHAINPATH:$PATH
3333

3434
before_script:
@@ -41,7 +41,7 @@ script: ./.travis.sh
4141
cache:
4242
apt: true
4343
directories:
44-
- $PWD/gcc-arm-none-eabi-6-2017-q2-update
44+
- $PWD/gcc-arm-none-eabi-7-2018-q2-update
4545

4646
notifications:
4747
#slack: inavflight:UWRoWFJ4cbbpHXT8HJJlAPXa

install-toolchain.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
if [ ! -d $PWD/gcc-arm-none-eabi-6_2-2016q4/bin ] ; then
4-
curl --retry 10 --retry-max-time 120 -L "https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2" | tar xfj -
3+
if [ ! -d $PWD/gcc-arm-none-eabi-7-2018-q2-update/bin ] ; then
4+
curl --retry 10 --retry-max-time 120 -L "https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2" | tar xfj -
55
fi

0 commit comments

Comments
 (0)