diff options
Diffstat (limited to 'scripts/travis')
-rwxr-xr-x | scripts/travis | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
21 | # test cmake and ninja | 21 | # test cmake and ninja |
22 | mkdir build | 22 | mkdir build |
23 | cd build | 23 | cd build |
24 | cmake -GNinja .. | 24 | cmake .. |
25 | ninja | 25 | make |
26 | else | 26 | else |
27 | CPU=i686 | 27 | CPU=i686 |
28 | if [ "x$ARCH" = "xmingw64" ]; then | 28 | if [ "x$ARCH" = "xmingw64" ]; then |