We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69531e commit d5af6ecCopy full SHA for d5af6ec
.travis.yml
@@ -111,7 +111,7 @@ matrix:
111
- python tools/make.py -t GCC_ARM -m K64F --source=. --build=BUILD/K64F/GCC_ARM -j0
112
# Check that example compiles without rtos
113
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' $EVENTS/README.md > main.cpp
114
- - rm -r rtos features/cellular features/netsocket features/frameworks BUILD
+ - rm -r rtos features/cellular features/netsocket features/nanostack features/frameworks BUILD
115
- python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0
116
# Run local equeue tests
117
- make -C $EVENTS/equeue test
0 commit comments