mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
ci: test ubuntu 22.04 in ci
* missing and updated dependencies * setup: install zeromq for ubuntu 24.04 * cleans up ubuntu script
This commit is contained in:
+7
-1
@@ -408,8 +408,14 @@ include(px4_add_gtest)
|
||||
if(BUILD_TESTING)
|
||||
include(gtest)
|
||||
|
||||
set(TESTFILTERARG "")
|
||||
|
||||
if(TESTFILTER)
|
||||
set(TESTFILTERARG "-R ${TESTFILTER}")
|
||||
endif()
|
||||
|
||||
add_custom_target(test_results
|
||||
COMMAND GTEST_COLOR=1 ${CMAKE_CTEST_COMMAND} --output-on-failure -T Test -R ${TESTFILTER} USES_TERMINAL
|
||||
COMMAND GTEST_COLOR=1 ${CMAKE_CTEST_COMMAND} --output-on-failure -T Test ${TESTFILTERARG}
|
||||
DEPENDS
|
||||
px4
|
||||
examples__dyn_hello
|
||||
|
||||
Reference in New Issue
Block a user