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 fbe0409 commit eeb61ecCopy full SHA for eeb61ec
.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:
@@ -130,7 +130,7 @@ matrix:
130
env: NAME=astyle
131
install:
132
- >-
133
- 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;
134
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
135
cd BUILD/astyle/build/gcc;
136
make;
0 commit comments