File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ before_install:
28
28
29
29
install :
30
30
- ./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
32
32
- export PATH=$TOOLCHAINPATH:$PATH
33
33
34
34
before_script :
@@ -41,7 +41,7 @@ script: ./.travis.sh
41
41
cache :
42
42
apt : true
43
43
directories :
44
- - $PWD/gcc-arm-none-eabi-6-2017 -q2-update
44
+ - $PWD/gcc-arm-none-eabi-7-2018 -q2-update
45
45
46
46
notifications :
47
47
# slack: inavflight:UWRoWFJ4cbbpHXT8HJJlAPXa
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
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 -
5
5
fi
You can’t perform that action at this time.
0 commit comments