Skip to content

Commit 9755cca

Browse files
committed
equeue: Added test for non-RTOS compilation regressions
1 parent c39ce94 commit 9755cca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ matrix:
108108
# Check that example compiles
109109
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' $EVENTS/README.md > main.cpp
110110
- 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
111115
# Run local equeue tests
112116
- make -C $EVENTS/equeue test
113117

0 commit comments

Comments
 (0)