aboutsummaryrefslogtreecommitdiff
path: root/scripts/travis
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/travis')
-rwxr-xr-xscripts/travis4
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
26else 26else
27 CPU=i686 27 CPU=i686
28 if [ "x$ARCH" = "xmingw64" ]; then 28 if [ "x$ARCH" = "xmingw64" ]; then