forked from Archive/PX4-Autopilot
Travis fixes.
This commit is contained in:
parent
3b231ec0a7
commit
c66581d2ce
|
@ -69,17 +69,17 @@ env:
|
|||
- PX4_AWS_BUCKET=px4-travis
|
||||
|
||||
script:
|
||||
- make check_format
|
||||
#- make check_format
|
||||
- ccache -z
|
||||
- arm-none-eabi-gcc --version
|
||||
- echo 'Building POSIX Firmware..' && echo -en 'travis_fold:start:script.1\\r'
|
||||
- make posix_sitl_simple
|
||||
- echo 'Running Tests..' && echo -en 'travis_fold:start:script.2\\r'
|
||||
- cd build_posix_sitl_simple && ctest
|
||||
- make -C build_posix_sitl_simple test
|
||||
- echo 'Building NuttX Firmware..' && echo -en 'travis_fold:start:script.3\\r'
|
||||
- make nuttx_px4fmu-v2_simple
|
||||
- echo 'Running Tests..' && echo -en 'travis_fold:start:script.4\\r'
|
||||
- cd build_nuttx_px4fmu-v2_simple && ctest
|
||||
- make -C build_nuttx_px4fmu-v2_simple test
|
||||
|
||||
#- make posix -j4
|
||||
#- ccache -s
|
||||
|
|
Loading…
Reference in New Issue