forked from Archive/PX4-Autopilot
travis-ci fix mindpx-v2_default typo
This commit is contained in:
parent
f754119ff6
commit
469af45c21
|
@ -100,7 +100,7 @@ script:
|
|||
- git submodule update --quiet --init --recursive
|
||||
- echo 'Building POSIX Firmware..' && make posix_sitl_default
|
||||
- echo 'Running Tests..' && make posix_sitl_default test
|
||||
- build_configs="px4fmu-v1_default px4fmu-v2_default px4fmu-v2_lpe mindpx4-v2_default px4-stm32f4discovery_default uavcan_firmware px4fmu-v4_default"
|
||||
- build_configs="px4fmu-v1_default px4fmu-v2_default px4fmu-v2_lpe mindpx-v2_default px4-stm32f4discovery_default uavcan_firmware px4fmu-v4_default"
|
||||
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
|
||||
cd ${TRAVIS_BUILD_DIR}
|
||||
&& make check_format
|
||||
|
|
Loading…
Reference in New Issue