Moved the sourcing of the astyle archive to AWS from SourceForge.

SF has been failing intermitantly, and appears to not explicitly allow the automatic downloading of archives.
pull/7338/head
Cruz Monrreal II 2018-06-26 10:54:57 -05:00
parent f3424da060
commit 64e77d369c
1 changed files with 2 additions and 2 deletions

View File

@ -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;