1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

Fix AR9X build and add it to regular commit tests.

Note that simu still crashes on startup in the readRtc function
This commit is contained in:
Arne Schwabe 2016-07-25 16:45:52 +02:00
parent bea0411071
commit fdcc60b1b9
4 changed files with 11 additions and 4 deletions

View file

@ -58,6 +58,13 @@ make -j2 firmware
make -j2 simu
make -j2 gtests ; ./gtests
# OpenTX on AR9X
rm -rf *
cmake ${COMMON_OPTIONS} -DPCB=AR9X -DHELI=YES ${SRCDIR}
make -j2 firmware
make -j2 simu
make -j2 gtests ; ./gtests
# OpenTX on Taranis
rm -rf *
cmake ${COMMON_OPTIONS} -DPCB=TARANIS -DHELI=YES -DLUA=YES -DWARNINGS_AS_ERRORS=YES ${SRCDIR}