mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
New android SDK for unit/int testing is causing issues
So go to only unit tests.
This commit is contained in:
parent
e8805f822e
commit
ae499803fb
@ -9,7 +9,6 @@ android:
|
|||||||
- platform-tools
|
- platform-tools
|
||||||
- tools
|
- tools
|
||||||
- android-22
|
- android-22
|
||||||
- sys-img-armeabi-v7a-android-22
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# -in is a switch to openssl
|
# -in is a switch to openssl
|
||||||
@ -19,11 +18,8 @@ before_install:
|
|||||||
# We have to make sure the actual JSword is updated
|
# We have to make sure the actual JSword is updated
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
before_script:
|
script:
|
||||||
- echo no | android create avd --force -n test -t android-22 --abi default/armeabi-v7a
|
- ./gradlew test
|
||||||
- emulator -avd test -no-skin -no-audio -no-window &
|
|
||||||
- android-wait-for-emulator
|
|
||||||
- adb shell input keyevent 82 &
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- ./gradlew jacocoTestReport coveralls
|
- ./gradlew jacocoTestReport coveralls
|
||||||
|
Loading…
Reference in New Issue
Block a user