travis' cmake does not support ninja, use make
This commit is contained in:
parent
5de4c4f0eb
commit
2728a86590
@ -27,4 +27,3 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- cmake
|
- cmake
|
||||||
- ninja-build
|
|
||||||
|
@ -21,8 +21,8 @@ if [ "x$ARCH" = "xnative" ]; then
|
|||||||
# test cmake and ninja
|
# test cmake and ninja
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -GNinja ..
|
cmake ..
|
||||||
ninja
|
make
|
||||||
else
|
else
|
||||||
CPU=i686
|
CPU=i686
|
||||||
if [ "x$ARCH" = "xmingw64" ]; then
|
if [ "x$ARCH" = "xmingw64" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user