From a456b6a1c67d990fd42e95cb42fe930a9a84eeb9 Mon Sep 17 00:00:00 2001 From: Mark Charlebois Date: Thu, 10 Sep 2015 16:25:30 -0700 Subject: [PATCH] Added missing Makefile update Signed-off-by: Mark Charlebois --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ffe7a78d40..38fc7ddd98 100644 --- a/Makefile +++ b/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 #----------------------------------------------------------------------------