tools/ci: migrate some ci build configurations to CMake

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an
2023-07-13 16:32:56 +08:00
committed by Xiang Xiao
parent f10b54a081
commit dc6f1406d1
7 changed files with 173 additions and 16 deletions
+1
View File
@@ -26,6 +26,7 @@ endif()
execute_process(
COMMAND git -C ${NUTTX_DIR} describe --match "nuttx-*"
WORKING_DIRECTORY ${NUTTX_DIR}
ERROR_VARIABLE NUTTX_ERROR
OUTPUT_VARIABLE NUTTX_VERSION
RESULT_VARIABLE VERSION_STATUS)