Added deleting of feature/cellular when testing a build without RTOS in .travis.yml

pull/6082/head
Teppo Järvelin 2018-02-21 13:57:31 +02:00 committed by Ari Parkkila
parent e61411e60c
commit 0d35851e5d
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ matrix:
- python tools/make.py -t GCC_ARM -m K64F --source=. --build=BUILD/K64F/GCC_ARM -j0
# Check that example compiles without rtos
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' $EVENTS/README.md > main.cpp
- rm -r rtos features/netsocket features/frameworks BUILD
- rm -r rtos features/cellular features/netsocket features/frameworks BUILD
- python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0
# Run local equeue tests
- make -C $EVENTS/equeue test