Fixed travis-ci/events

pull/12629/head
Evelyne Donnaes 2020-03-16 16:55:21 +00:00
parent ebf5d27788
commit d1882e42e3
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ matrix:
# Check that example compiles without rtos
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
- |
rm -r rtos drivers/source/usb features/cellular features/netsocket features/nanostack \
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 DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0