mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 12:54:06 +08:00
Added missing Makefile update
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
2a77ea6b34
commit
a456b6a1c6
6
Makefile
6
Makefile
@ -50,10 +50,10 @@ posix_sitl_simple:
|
||||
#----------------------------------------------------------------------------
|
||||
# OS: qurt BOARD: hil LABEL: simple
|
||||
#
|
||||
qurt_hil_simple:
|
||||
qurt_eagle_travis:
|
||||
mkdir -p $d/build_$@ && cd $d/build_$@ && \
|
||||
cmake .. -DQURT_ENABLE_STUBS=1 -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/Toolchain-hexagon.cmake \
|
||||
-DOS=qurt -DBOARD=hil -DLABEL=simple && \
|
||||
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/Toolchain-hexagon.cmake \
|
||||
-DOS=qurt -DBOARD=eagle -DLABEL=travis && \
|
||||
make -s && ctest -V && cpack -G ZIP
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user