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:
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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue