Travis fixes.

This commit is contained in:
James Goppert 2015-09-10 02:42:41 -04:00
parent 3b231ec0a7
commit c66581d2ce
1 changed files with 3 additions and 3 deletions

View File

@ -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