1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-14 20:10:04 +03:00

Added commit tests to NV14

This commit is contained in:
Raphael Coeffic 2021-07-27 08:42:07 +02:00
parent 6e9b09b548
commit 68e3dbd594

View file

@ -256,6 +256,14 @@ if [[ " X12S COLORLCD ALL " =~ \ ${FLAVOR}\ ]] ; then
make -j"${CORES}" tests-radio
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
# Companion
rm -rf ./* || true