File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -13,22 +13,17 @@ android:
1313 - sys-img-x86-android-16
1414 - sys-img-armeabi-v7a-android-16
1515
16- before_install :
16+ script :
1717 - echo no | android create avd -c 50M --force -n testx86 -t android-16 --abi x86
1818 - emulator -avd testx86 -no-skin -no-audio -no-window &
1919 - EMULATOR_PID=$!
20-
21- before_script :
22- # Make sure the emulator has started before running tests
23- - android-wait-for-emulator
24- - adb shell input keyevent 82 &
25-
26- script :
20+ - android-wait-for-emulator
21+ - adb shell input keyevent 82 &
2722 - ./gradlew --info build connectedAndroidTest
28- # Killing previous emulator and waiting puttig it to sleep for 10 seconds
2923 - kill -9 $EMULATOR_PID && sleep 10
3024 - echo no | android create avd -c 50M --force -n testarm -t android-16 --abi armeabi-v7a
3125 - emulator -avd testarm -no-skin -no-audio -no-window &
3226 - EMULATOR_PID=$!
3327 - android-wait-for-emulator
34- - ./gradlew -- build build connectedAndroidTest
28+ - adb shell input keyevent 82 &
29+ - ./gradlew --info build connectedAndroidTest
You can’t perform that action at this time.
0 commit comments