1
0
Fork 0
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:
3djc 2021-04-15 08:40:17 +02:00
parent 8e85138659
commit 88c476af22

View file

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