Jenkins px4fmu-v2 hardware test

This commit is contained in:
Daniel Agar
2018-08-04 16:48:47 -04:00
parent a2059acde5
commit 01744a9efc
17 changed files with 264 additions and 112 deletions

View File

@@ -429,7 +429,6 @@ endfunction()
#
# Input:
# BOARD : board
# THREADS : number of threads for building
#
# Output:
# OUT : the target list
@@ -440,7 +439,7 @@ endfunction()
function(px4_os_prebuild_targets)
px4_parse_function_args(
NAME px4_os_prebuild_targets
ONE_VALUE OUT BOARD THREADS
ONE_VALUE OUT BOARD
REQUIRED OUT BOARD
ARGN ${ARGN})