add cmake to travis

This commit is contained in:
Daniel Agar
2015-01-02 22:47:10 -05:00
parent c520119129
commit cd38116116
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ st24_test: $(ST24_FILES)
cmake_gtests:
mkdir -p build
cd build && cmake .. && $(MAKE) && $(MAKE) test
cd build && CC=gcc cmake .. && $(MAKE) && $(MAKE) test
unittests: clean mixer_test sbus2_test sf0x_test st24_test cmake_gtests
./mixer_test