travis' cmake does not support ninja, use make
This commit is contained in:
parent
5de4c4f0eb
commit
2728a86590
@ -27,4 +27,3 @@ addons:
|
||||
apt:
|
||||
packages:
|
||||
- cmake
|
||||
- ninja-build
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user