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 c39ce94 commit 9755ccaCopy full SHA for 9755cca
.travis.yml
@@ -108,6 +108,10 @@ matrix:
108
# Check that example compiles
109
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' $EVENTS/README.md > main.cpp
110
- python tools/make.py -t GCC_ARM -m K64F --source=. --build=BUILD/K64F/GCC_ARM -j0
111
+ # Check that example compiles without rtos
112
+ - sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' $EVENTS/README.md > main.cpp
113
+ - rm -r rtos features/netsocket features/frameworks BUILD
114
+ - python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0
115
# Run local equeue tests
116
- make -C $EVENTS/equeue test
117
0 commit comments