Skip to content

Commit d5af6ec

Browse files
gekySeppo Takalo
authored andcommitted
Added nanostack to removed directories during rtos-less build
1 parent f69531e commit d5af6ec

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/cellular features/netsocket features/frameworks BUILD
114+
- rm -r rtos features/cellular features/netsocket features/nanostack 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)