Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
simbit18 committed Oct 1, 2024
1 parent 80d67f3 commit 3e8e4d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmake/menuconfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ add_custom_target(
COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_PARENT_LIST_FILE}
WORKING_DIRECTORY ${NUTTX_DIR})

# refresh .config from board's defconfig
# refresh .config from board's defconfig for GITHUB
add_custom_target(
job_refresh
nuttx_job_refresh
COMMAND ${CMAKE_COMMAND} -E remove -f
${CMAKE_BINARY_DIR}/SAVEconfig
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_BINARY_DIR}/.config
Expand Down
4 changes: 2 additions & 2 deletions tools/testbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ function refresh_cmake {
kconfig-tweak --file $nuttx/build/.config -d $toolchain
fi

if ! cmake --build build -t job_refresh 1>/dev/null; then
cmake --build build -t job_refresh
if ! cmake --build build -t nuttx_job_refresh 1>/dev/null; then
cmake --build build -t nuttx_job_refresh
fail=1
fi

Expand Down

0 comments on commit 3e8e4d1

Please sign in to comment.