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.
2 parents 0403883 + 6c9c7f1 commit 333da46Copy full SHA for 333da46
.travis.yml
@@ -169,7 +169,7 @@ matrix:
169
- NAME=astyle
170
install:
171
- >-
172
- curl -L0 https://mbed-os.s3-eu-west-1.amazonaws.com/builds/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
+ curl -L0 https://mbed-os-ci.s3-eu-west-1.amazonaws.com/jenkins-ci/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
173
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
174
cd BUILD/astyle/build/gcc;
175
make;
0 commit comments