1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00
This commit is contained in:
Bertrand Songis 2019-09-24 13:13:45 +02:00 committed by GitHub
parent a8a32792cc
commit 4a618f1317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 191 additions and 19 deletions

View file

@ -94,6 +94,15 @@ if [[ " X9LITE ALL " =~ " ${FLAVOR} " ]] ; then
make -j${CORES} tests
fi
if [[ " X9LITES ALL " =~ " ${FLAVOR} " ]] ; then
# OpenTX on X9LITES
rm -rf *
cmake ${COMMON_OPTIONS} -DPCB=X9LITES -DHELI=YES -DGVARS=YES ${SRCDIR}
make -j${CORES} ${FIRMARE_TARGET}
make -j${CORES} libsimulator
make -j${CORES} tests
fi
if [[ " X7 ALL " =~ " ${FLAVOR} " ]] ; then
# OpenTX on X7
rm -rf *