1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

Build scripts update

This commit is contained in:
Bertrand Songis 2016-05-05 13:56:40 +02:00
parent 5409d00a2a
commit 1d7f33e23f

View file

@ -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}