TRAVIS update for non rtos compilation

travis needs to compile a target which doesn't support FLASHIAP
pull/13229/head
jeromecoutant 2020-07-09 13:48:44 +02:00
parent dda1dcf229
commit 686d4c797e
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ matrix:
rm -r rtos/source/TARGET_CORTEX drivers/source/usb features/cellular features/netsocket features/nanostack \
features/lwipstack features/frameworks/greentea-client \
features/frameworks/utest features/frameworks/unity components BUILD
- python tools/make.py -t GCC_ARM -m NUCLEO_F412ZG --source=. --build=BUILD/NUCLEO_F412ZG/GCC_ARM -j0
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
# Run local equeue tests
- make -C ${EVENTS}/source test
# Run profiling tests