mirror of https://github.com/ARMmbed/mbed-os.git
Fix travis astyle usage of .astyleignore
parent
90fd6cdf27
commit
05f4a1867f
|
@ -146,6 +146,7 @@ matrix:
|
|||
- >-
|
||||
git diff --name-only --diff-filter=d HEAD..${TRAVIS_BRANCH} \
|
||||
| ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \
|
||||
| ( fgrep -v -f .astyleignore || true ) \
|
||||
| while read file; do astyle -n --options=.astylerc "${file}"; done
|
||||
- git diff --exit-code --diff-filter=d --color
|
||||
|
||||
|
|
Loading…
Reference in New Issue