From 1d7f33e23fa55d31fe70a27297845619aa162f4b Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Thu, 5 May 2016 13:56:40 +0200 Subject: [PATCH] Build scripts update --- radio/util/build-companion.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/radio/util/build-companion.sh b/radio/util/build-companion.sh index 6ef71bc08..93a19a483 100755 --- a/radio/util/build-companion.sh +++ b/radio/util/build-companion.sh @@ -9,6 +9,9 @@ OUTDIR=$2 COMMON_OPTIONS="-DALLOW_NIGHTLY_BUILDS=YES -DVERSION_SUFFIX=$3" +mkdir build +cd build + cmake ${COMMON_OPTIONS} -DPCB=9X ${SRCDIR} make libsimulator @@ -37,4 +40,5 @@ cmake ${COMMON_OPTIONS} -DPCB=HORUS ${SRCDIR} make libsimulator make package + cp *.deb ${OUTDIR}