From 9755cca919c360d151eb414ba8231a8c985e4c60 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Thu, 15 Feb 2018 10:21:10 -0600 Subject: [PATCH] equeue: Added test for non-RTOS compilation regressions --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 40d81b43e7..0c32e8ab3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -108,6 +108,10 @@ matrix: # Check that example compiles - sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' $EVENTS/README.md > main.cpp - python tools/make.py -t GCC_ARM -m K64F --source=. --build=BUILD/K64F/GCC_ARM -j0 + # Check that example compiles without rtos + - sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' $EVENTS/README.md > main.cpp + - rm -r rtos features/netsocket features/frameworks BUILD + - python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0 # Run local equeue tests - make -C $EVENTS/equeue test