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 a466a57 + a7dbff9 commit f5633c4Copy full SHA for f5633c4
.travis.yml
@@ -21,7 +21,7 @@ dist: xenial
21
22
env:
23
global:
24
- - deps_url="https://mbed-os-ci.s3-eu-west-1.amazonaws.com/jenkins-ci/deps"
+ - deps_url="https://mbed-os-ci-public.s3-eu-west-1.amazonaws.com/jenkins-ci/deps"
25
- deps_dir="${HOME}/.cache/deps"
26
27
cache:
@@ -77,7 +77,7 @@ matrix:
77
env: NAME=astyle
78
install:
79
- >-
80
- 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-public.s3-eu-west-1.amazonaws.com/jenkins-ci/deps/astyle_3.1_linux.tar.gz --output astyle.tar.gz;
81
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
82
cd BUILD/astyle/build/gcc;
83
make;
0 commit comments