mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-15 04:15:24 +03:00
Added commit tests to NV14
This commit is contained in:
parent
6e9b09b548
commit
68e3dbd594
1 changed files with 8 additions and 0 deletions
|
@ -256,6 +256,14 @@ if [[ " X12S COLORLCD ALL " =~ \ ${FLAVOR}\ ]] ; then
|
||||||
make -j"${CORES}" tests-radio
|
make -j"${CORES}" tests-radio
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ " NV14 COLORLCD ALL " =~ \ ${FLAVOR}\ ]] ; then
|
||||||
|
rm -rf ./* || true
|
||||||
|
cmake "${COMMON_OPTIONS}" -DPCB=NV14 "${SRCDIR}"
|
||||||
|
make -j"${CORES}" ${FIRMARE_TARGET}
|
||||||
|
make -j"${CORES}" libsimulator
|
||||||
|
#TODO: make -j"${CORES}" tests-radio
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ " COMPANION ALL " =~ \ ${FLAVOR}\ ]] ; then
|
if [[ " COMPANION ALL " =~ \ ${FLAVOR}\ ]] ; then
|
||||||
# Companion
|
# Companion
|
||||||
rm -rf ./* || true
|
rm -rf ./* || true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue