CI: skip running astyle on third_party sources
This commit is contained in:
parent
a251aae49e
commit
3b62bf1df2
@ -65,7 +65,7 @@ if [ ! -f "astyle_config.as" ]; then
|
|||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ASTYLE_FLAGS="--options=astyle_config.as ./\*.c ./\*.h"
|
ASTYLE_FLAGS="--options=astyle_config.as --exclude=third_party ./\*.c ./\*.h"
|
||||||
|
|
||||||
# Display the astyle version and command for debugging
|
# Display the astyle version and command for debugging
|
||||||
"$ASTYLE" --version && {
|
"$ASTYLE" --version && {
|
||||||
|
Loading…
Reference in New Issue
Block a user