We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbd956 commit 8e35abaCopy full SHA for 8e35aba
.travis.yml
@@ -19,7 +19,7 @@ cache:
19
install:
20
- export GCC_DIR=$HOME/$GCC_BASE
21
- export GCC_ARCHIVE=$HOME/$GCC_BASE-linux.tar.bz2
22
- - export GCC_URL=https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/$GCC_SHORT/$GCC_BASE-linux.tar.bz2
+ - export GCC_URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/$GCC_SHORT/$GCC_BASE-linux.tar.bz2
23
- if [ ! -e $GCC_DIR/bin/arm-none-eabi-g++ ]; then wget $GCC_URL -O $GCC_ARCHIVE; tar xfj $GCC_ARCHIVE -C $HOME; fi
24
- ROOTLOC="../.."
25
- BUILDLOC=mchf-eclipse/build
0 commit comments