travis' cmake does not support ninja, use make

This commit is contained in:
Brent Cook 2015-09-09 06:40:05 -05:00
parent 5de4c4f0eb
commit 2728a86590
2 changed files with 2 additions and 3 deletions

View File

@ -27,4 +27,3 @@ addons:
apt:
packages:
- cmake
- ninja-build

View File

@ -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