mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Update azure-pipelines-android.yml for Azure Pipelines
This commit is contained in:
parent
402f70cf02
commit
d385341204
1 changed files with 2 additions and 1 deletions
|
@ -565,7 +565,7 @@ jobs:
|
|||
cd $ANDROID_HOME/tools/bin/
|
||||
./sdkmanager --list | grep system-images
|
||||
./sdkmanager 'system-images;android-$(ANDROID_API);default;$(ANDROID_ABI_CMAKE)'
|
||||
./sdkmanager --licenses
|
||||
echo "yes" | ./sdkmanager --licenses
|
||||
echo "no" | avdmanager create avd -n android_emulator -k 'system-images;android-$(ANDROID_API);default;$(ANDROID_ABI_CMAKE)' --force
|
||||
|
||||
echo "Emulator created successfully $($ANDROID_HOME/emulator/emulator -list-avds), launching it"
|
||||
|
@ -574,6 +574,7 @@ jobs:
|
|||
$ANDROID_HOME/platform-tools/adb devices echo "Emulator started"
|
||||
displayName: 'Create and start emulator'
|
||||
continueOnError: true
|
||||
enabled: 'false'
|
||||
|
||||
- bash: |
|
||||
set -x
|
||||
|
|
Loading…
Reference in a new issue