Skip to content

Commit

Permalink
Moved the sourcing of the astyle archive to AWS from SourceForge.
Browse files Browse the repository at this point in the history
SF has been failing intermitantly, and appears to not explicitly allow the automatic downloading of archives.
  • Loading branch information
Cruz Monrreal II authored and Cruz Monrreal II committed Jun 26, 2018
1 parent f3424da commit 64e77d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ matrix:
- env:
- NAME=astyle
install:
- wget https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.1/astyle_3.1_linux.tar.gz;
mkdir -p BUILD && tar xf astyle_3.1_linux.tar.gz -C BUILD;
- curl -L0 http://mbed-os.s3-eu-west-1.amazonaws.com/builds/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
pushd BUILD/astyle/build/gcc;
make;
export PATH=$PWD/bin:$PATH;
Expand Down

0 comments on commit 64e77d3

Please sign in to comment.