mirror of https://github.com/ARMmbed/mbed-os.git
travis: use https for fetching astyle package
parent
85a741ec78
commit
dba7f6eacc
|
@ -118,7 +118,7 @@ matrix:
|
||||||
- env:
|
- env:
|
||||||
- NAME=astyle
|
- NAME=astyle
|
||||||
install:
|
install:
|
||||||
- curl -L0 http://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.s3-eu-west-1.amazonaws.com/builds/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;
|
||||||
pushd BUILD/astyle/build/gcc;
|
pushd BUILD/astyle/build/gcc;
|
||||||
make;
|
make;
|
||||||
|
|
Loading…
Reference in New Issue