component_information: add actuators json generation & CI deployment

This commit is contained in:
Beat Küng
2021-11-05 11:53:35 +01:00
committed by Daniel Agar
parent 70b1b19902
commit b94c5db55d
6 changed files with 81 additions and 5 deletions
+2
View File
@@ -423,6 +423,8 @@ endforeach()
# add events lib after modules and libs as it needs to know all source files (PX4_SRC_FILES)
add_subdirectory(src/lib/events EXCLUDE_FROM_ALL)
# metadata needs PX4_MODULE_CONFIG_FILES
add_subdirectory(src/lib/metadata EXCLUDE_FROM_ALL)
# must be the last module before firmware
add_subdirectory(src/lib/parameters EXCLUDE_FROM_ALL)