Skip to content

Commit 75bd841

Browse files
authored
Update to the latest GCC-8.2 ARM compiler (#480)
1 parent 4179365 commit 75bd841

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ git:
4343

4444
before_install:
4545
- pip install --user cpp-coveralls cpplint
46-
- if [ ! -d "$HOME/gcc-arm-none-eabi-4_8-2013q4/bin" ]; then
46+
- if [ ! -d "$HOME/gcc-arm-none-eabi-8-2018-q4-major/bin" ]; then
4747
pushd $HOME;
48-
curl --retry 10 --retry-max-time 120 -L "https://launchpad.net/gcc-arm-embedded/4.8/4.8-2013-q4-major/+download/gcc-arm-none-eabi-4_8-2013q4-20131204-linux.tar.bz2" | tar xfj -;
48+
curl --retry 10 --retry-max-time 120 -L "https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2" | tar xfj -;
4949
popd;
5050
fi;
5151
# don't build 'tests' because they don't work on a cross-compile, so we need to specify 'DIRS' explicitly
@@ -87,7 +87,7 @@ before_install:
8787

8888
install:
8989
- export GITHUB_TOKEN='789c538d758e0a718c8ae537b7f6656776e20d768de18d546014e20876e1898933cd94648f75e06117e20000b71f080d'
90-
- export PATH=$PATH:$HOME/gcc-arm-none-eabi-4_8-2013q4/bin
90+
- export PATH=$PATH:$HOME/gcc-arm-none-eabi-8-2018-q4-major/bin
9191
# - "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""a
9292
- curl -s -L "https://api.travis-ci.org/repos/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID" | python -c 'import sys, json; a = json.load(sys.stdin); print "export TRAVIS_EVENT_TYPE=" + a.get("event_type",""); print "export TRAVIS_COMMIT_MSG=\"" + a.get("message","").replace("\"", "\\\"") + "\""'
9393
- source <(curl -s -L "https://api.travis-ci.org/repos/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID" | python -c 'import sys, json; a = json.load(sys.stdin); print "export TRAVIS_EVENT_TYPE=" + a.get("event_type",""); print "export TRAVIS_COMMIT_MSG=\"" + a.get("message","").replace("\"", "\\\"") + "\""')
@@ -148,7 +148,7 @@ after_success:
148148
cache:
149149
apt: true
150150
directories:
151-
- $HOME/gcc-arm-none-eabi-4_8-2013q4
151+
- $HOME/gcc-arm-none-eabi-8-2018-q4-major
152152
- $HOME/fltk-1.3.0-w32
153153
- $HOME/portaudio-w32
154154
- $HOME/mpg123-w32

0 commit comments

Comments
 (0)