mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-10 19:20:45 +00:00
travis: change ABI and assembleDebug instead
This commit is contained in:
parent
2e5ac2e87e
commit
8447ee6662
1 changed files with 2 additions and 2 deletions
|
@ -32,11 +32,11 @@ before_install:
|
|||
- echo y | sdkmanager "cmake;3.10.2.4988404"
|
||||
- echo y | sdkmanager "system-images;android-28;google_ndk;x86"
|
||||
script:
|
||||
- ./gradlew assembleDebugAndroidTest
|
||||
- ./gradlew assembleDebug
|
||||
after_script:
|
||||
# Emulator Management: Create, Start and Wait
|
||||
- android list targets
|
||||
- echo no | android create avd --force -n test -t android-28 --abi armeabi-v7a
|
||||
- echo no | android create avd --force -n test -t android-28 --abi arm64-v8a
|
||||
- emulator -avd test -no-skin -no-audio -no-window &
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
|
|
Loading…
Reference in a new issue