mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13694 from saheerb/patch-4
adapting to new s3 bucket location in travis.ymlpull/13707/head
commit
ad40b1b267
|
@ -21,7 +21,7 @@ dist: xenial
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- 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"
|
||||||
- deps_dir="${HOME}/.cache/deps"
|
- deps_dir="${HOME}/.cache/deps"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
@ -130,7 +130,7 @@ matrix:
|
||||||
env: NAME=astyle
|
env: NAME=astyle
|
||||||
install:
|
install:
|
||||||
- >-
|
- >-
|
||||||
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;
|
||||||
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
|
mkdir -p BUILD && tar xf astyle.tar.gz -C BUILD;
|
||||||
cd BUILD/astyle/build/gcc;
|
cd BUILD/astyle/build/gcc;
|
||||||
make;
|
make;
|
||||||
|
|
Loading…
Reference in New Issue