mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-10 06:52:06 +00:00
yml: use -b param
This commit is contained in:
parent
6c4990bf8e
commit
c2e11a0962
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ before_script:
|
||||||
before_install:
|
before_install:
|
||||||
- echo yes | sdkmanager "platform-tools" "platforms;android-26" "build-tools;25.0.2" "tools"
|
- echo yes | sdkmanager "platform-tools" "platforms;android-26" "build-tools;25.0.2" "tools"
|
||||||
# Emulator Management: Create, Start and Wait
|
# Emulator Management: Create, Start and Wait
|
||||||
- echo no | avdmanager create avd --force -n test -t android-26 --abi google_apis/arm64-v8a
|
- echo no | avdmanager create avd --force -n test -b android-26 --abi google_apis/arm64-v8a
|
||||||
- emulator -avd test -no-window &
|
- emulator -avd test -no-window &
|
||||||
- android-wait-for-emulator
|
- android-wait-for-emulator
|
||||||
- adb shell input keyevent 82 &
|
- adb shell input keyevent 82 &
|
||||||
|
|
Loading…
Reference in a new issue