We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3424da commit 64e77d3Copy full SHA for 64e77d3
.travis.yml
@@ -109,8 +109,8 @@ matrix:
109
- env:
110
- NAME=astyle
111
install:
112
- - wget https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.1/astyle_3.1_linux.tar.gz;
113
- 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;
114
pushd BUILD/astyle/build/gcc;
115
make;
116
export PATH=$PWD/bin:$PATH;
0 commit comments