Browse Source

restore format check

sbg
Daniel Agar 9 years ago
parent
commit
2529f07d44
  1. 2
      .travis.yml
  2. 3
      Makefile

2
.travis.yml

@ -87,7 +87,7 @@ env: @@ -87,7 +87,7 @@ env:
- PX4_AWS_BUCKET=px4-travis
script:
#- make check_format
- make check_format
- arm-none-eabi-gcc --version
- echo 'Building POSIX Firmware..' && echo -en 'travis_fold:start:script.1\\r'
- make posix_sitl_simple -j4

3
Makefile

@ -153,6 +153,9 @@ sitl_ros: @@ -153,6 +153,9 @@ sitl_ros:
# Other targets
# --------------------------------------------------------------------
check_format:
@./Tools/check_code_style.sh
clean:
@rm -rf build_*/

Loading…
Cancel
Save