|
@@ -13,8 +13,8 @@ install:
|
|
- ./scripts/get.sh __local__
|
|
- ./scripts/get.sh __local__
|
|
- cd -
|
|
- cd -
|
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
|
- wget https://dl.google.com/android/repository/android-ndk-r19c-linux-x86_64.zip -O /tmp/android-ndk-r19c-linux-x86_64.zip
|
|
|
|
- unzip /tmp/android-ndk-r19c-linux-x86_64.zip;
|
|
|
|
|
|
+ wget -q https://dl.google.com/android/repository/android-ndk-r19c-linux-x86_64.zip;
|
|
|
|
+ unzip -q ./android-ndk-r19c-linux-x86_64.zip;
|
|
fi
|
|
fi
|
|
|
|
|
|
script:
|
|
script:
|
|
@@ -22,5 +22,5 @@ script:
|
|
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
|
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
|
travis_wait 60 xmake l ./scripts/test.lua -D -p iphoneos;
|
|
travis_wait 60 xmake l ./scripts/test.lua -D -p iphoneos;
|
|
else
|
|
else
|
|
- travis_wait 60 xmake l ./scripts/test.lua -D -p android --ndk=/tmp/android-ndk-r19c;
|
|
|
|
|
|
+ travis_wait 60 xmake l ./scripts/test.lua -v -D -p android --ndk=`pwd`/android-ndk-r19c;
|
|
fi
|
|
fi
|