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 51143ea + bfeab27 commit ffccac4Copy full SHA for ffccac4
.travis.yml
@@ -134,7 +134,7 @@ matrix:
134
- env:
135
- NAME=astyle
136
install:
137
- - 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;
138
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
139
pushd BUILD/astyle/build/gcc;
140
make;
0 commit comments