mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-11 11:41:14 +00:00
yml: get verbose list
This commit is contained in:
parent
c2e11a0962
commit
eadfb1a0f0
1 changed files with 2 additions and 1 deletions
|
@ -29,8 +29,9 @@ before_script:
|
|||
- chmod -R 775 $HOME/NDK_ETL/ndk-bundle
|
||||
before_install:
|
||||
- echo yes | sdkmanager "platform-tools" "platforms;android-26" "build-tools;25.0.2" "tools"
|
||||
- sdkmanager --list --verbose
|
||||
# Emulator Management: Create, Start and Wait
|
||||
- echo no | avdmanager create avd --force -n test -b android-26 --abi google_apis/arm64-v8a
|
||||
- echo no | avdmanager create avd --force -n test --abi google_apis/arm64-v8a
|
||||
- emulator -avd test -no-window &
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
|
|
Loading…
Reference in a new issue