Skip to content

Commit 0d35851

Browse files
Teppo JärvelinAri Parkkila
authored andcommitted
Added deleting of feature/cellular when testing a build without RTOS in .travis.yml
1 parent e61411e commit 0d35851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ matrix:
111111
- python tools/make.py -t GCC_ARM -m K64F --source=. --build=BUILD/K64F/GCC_ARM -j0
112112
# Check that example compiles without rtos
113113
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' $EVENTS/README.md > main.cpp
114-
- rm -r rtos features/netsocket features/frameworks BUILD
114+
- rm -r rtos features/cellular features/netsocket features/frameworks BUILD
115115
- python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0
116116
# Run local equeue tests
117117
- make -C $EVENTS/equeue test

0 commit comments

Comments
 (0)