mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Fix T8 testing
This commit is contained in:
parent
8e85138659
commit
88c476af22
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ fi
|
||||||
if [[ " T8 X7 ALL " =~ \ ${FLAVOR}\ ]] ; then
|
if [[ " T8 X7 ALL " =~ \ ${FLAVOR}\ ]] ; then
|
||||||
# OpenTX on T8
|
# OpenTX on T8
|
||||||
rm -rf ./*
|
rm -rf ./*
|
||||||
cmake "${COMMON_OPTIONS}" -DPCB=X7 -DPCBREV=TX12 -DHELI=YES -DGVARS=YES "${SRCDIR}"
|
cmake "${COMMON_OPTIONS}" -DPCB=X7 -DPCBREV=T8 -DHELI=YES -DGVARS=YES "${SRCDIR}"
|
||||||
make -j"${CORES}" ${FIRMARE_TARGET}
|
make -j"${CORES}" ${FIRMARE_TARGET}
|
||||||
make -j"${CORES}" libsimulator
|
make -j"${CORES}" libsimulator
|
||||||
make -j"${CORES}" tests-radio
|
make -j"${CORES}" tests-radio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue