From cd381161164eb4f3bd30764f1b62a1e39b8db39f Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 2 Jan 2015 22:47:10 -0500 Subject: add cmake to travis --- unittests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittests') diff --git a/unittests/Makefile b/unittests/Makefile index e9453cedd..5faa50bb5 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -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 -- cgit v1.2.3