File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
2727 set_property (CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo" )
2828endif ()
2929
30- project (microxrcedds VERSION "2.3 .0" )
30+ project (microxrcedds VERSION "2.4 .0" )
3131
32- set (_client_tag v2.3 .0)
33- set (_client_version 2.3 .0)
34- set (_agent_tag v2.3 .0)
35- set (_gen_tag master )
32+ set (_client_tag v2.4 .0)
33+ set (_client_version 2.4 .0)
34+ set (_agent_tag v2.4 .0)
35+ set (_gen_tag v2.0.0 )
3636
3737###############################################################################
3838# Build options.
@@ -177,7 +177,7 @@ if(UXRCE_ENABLE_GEN)
177177 CONFIGURE_COMMAND
178178 ""
179179 BUILD_COMMAND
180- cd <SOURCE_DIR > && gradle build -Dbranch=${_client_tag}
180+ cd <SOURCE_DIR > && ./gradlew assemble && ./gradlew test -Dbranch=${_client_tag}
181181 INSTALL_COMMAND
182182 COMMAND ${CMAKE_COMMAND } -E make_directory <INSTALL_DIR >/${BIN_INSTALL_DIR}
183183 COMMAND ${CMAKE_COMMAND } -E copy <SOURCE_DIR >/scripts/microxrceddsgen <INSTALL_DIR >/${BIN_INSTALL_DIR} /
You can’t perform that action at this time.
0 commit comments