mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Build scripts update
This commit is contained in:
parent
5409d00a2a
commit
1d7f33e23f
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,9 @@ OUTDIR=$2
|
||||||
|
|
||||||
COMMON_OPTIONS="-DALLOW_NIGHTLY_BUILDS=YES -DVERSION_SUFFIX=$3"
|
COMMON_OPTIONS="-DALLOW_NIGHTLY_BUILDS=YES -DVERSION_SUFFIX=$3"
|
||||||
|
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
|
||||||
cmake ${COMMON_OPTIONS} -DPCB=9X ${SRCDIR}
|
cmake ${COMMON_OPTIONS} -DPCB=9X ${SRCDIR}
|
||||||
make libsimulator
|
make libsimulator
|
||||||
|
|
||||||
|
@ -37,4 +40,5 @@ cmake ${COMMON_OPTIONS} -DPCB=HORUS ${SRCDIR}
|
||||||
make libsimulator
|
make libsimulator
|
||||||
|
|
||||||
make package
|
make package
|
||||||
|
|
||||||
cp *.deb ${OUTDIR}
|
cp *.deb ${OUTDIR}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue