File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,14 @@ android:
10
10
# The SDK version used to compile your project
11
11
- android-16
12
12
13
- - sys-img-armeabi-v7a-android-16
14
13
- sys-img-x86-android-16
15
14
before_install :
16
- - echo no | android create avd -c 50M --force -n testarm -t android-16 --abi armeabi-v7a
17
15
- echo no | android create avd -c 50M --force -n testx86 -t android-16 --abi x86
18
- - emulator -avd testarm -no-skin -no-audio -no-window -gpu on &
19
16
- emulator -avd testx86 -no-skin -no-audio -no-window -gpu on &
20
17
21
18
before_script :
22
19
# Make sure the emulator has started before running tests
23
- - android- wait-for-emulator
20
+ - adb wait-for-device
24
21
25
22
script :
26
- - ./gradlew --info build connectedAndroidTest
23
+ - ./gradlew build connectedAndroidTest
You can’t perform that action at this time.
0 commit comments