Commit 7f62ee69 by Rémi Verschelde

Travis: Fix reporting clang-format errors after #34097

parent 183eafce
...@@ -128,7 +128,7 @@ before_script: ...@@ -128,7 +128,7 @@ before_script:
script: script:
- if [ "$STATIC_CHECKS" = "yes" ]; then - if [ "$STATIC_CHECKS" = "yes" ]; then
sh ./misc/travis/clang-format.sh; sh ./misc/travis/clang-format.sh &&
doc/tools/makerst.py --dry-run doc/classes modules; doc/tools/makerst.py --dry-run doc/classes modules;
else else
scons -j2 CC=$CC CXX=$CXX platform=$PLATFORM tools=$TOOLS target=$TARGET $OPTIONS $EXTRA_ARGS && scons -j2 CC=$CC CXX=$CXX platform=$PLATFORM tools=$TOOLS target=$TARGET $OPTIONS $EXTRA_ARGS &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment