From 2728a86590a5b82152b497a991613b2f48657995 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 9 Sep 2015 06:40:05 -0500 Subject: travis' cmake does not support ninja, use make --- scripts/travis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/travis b/scripts/travis index 82375cf..58a1dfb 100755 --- a/scripts/travis +++ b/scripts/travis @@ -21,8 +21,8 @@ if [ "x$ARCH" = "xnative" ]; then # test cmake and ninja mkdir build cd build - cmake -GNinja .. - ninja + cmake .. + make else CPU=i686 if [ "x$ARCH" = "xmingw64" ]; then -- cgit v1.2.3-55-g6feb