Reactivated emulator and connectedAndroidTests

This commit is contained in:
Alexander Pacha
2016-09-18 23:20:54 +02:00
parent f318fb4222
commit b3d8eb0547

View File

@@ -20,10 +20,9 @@ android:
before_script:
# Create and start emulator
#- echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
#- emulator -avd test -no-skin -no-audio -no-window &
#- android-wait-for-emulator
#- adb shell input keyevent 82 &
- echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script: ./gradlew assembleRelease
# connectedAndroidTest
script: ./gradlew assembleRelease connectedAndroidTest