mirror of https://github.com/ARMmbed/mbed-os.git
parent
f7c289b8b4
commit
6c9c7f1483
|
@ -169,7 +169,7 @@ matrix:
|
||||||
- NAME=astyle
|
- 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.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