forked from Archive/PX4-Autopilot
skip SSH key check for simpler builds in the Docker container
This commit is contained in:
parent
29f352d49d
commit
a128517897
|
@ -38,7 +38,7 @@ else()
|
|||
endif()
|
||||
|
||||
add_custom_target(upload
|
||||
COMMAND rsync -arh --progress
|
||||
COMMAND rsync -arh --progress -e "ssh -o StrictHostKeyChecking=no"
|
||||
${CMAKE_RUNTIME_OUTPUT_DIRECTORY} ${PX4_SOURCE_DIR}/posix-configs/rpi/*.config ${PX4_BINARY_DIR}/etc # source
|
||||
pi@${AUTOPILOT_HOST}:/home/pi/px4 # destination
|
||||
DEPENDS px4
|
||||
|
|
Loading…
Reference in New Issue