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:
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"
|
||||
|
||||
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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue