Update azure-pipelines-android.yml for Azure Pipelines

This commit is contained in:
Tom M 2021-06-13 16:44:06 +02:00
parent d385341204
commit 76e94e158f
1 changed files with 9 additions and 10 deletions

View File

@ -551,15 +551,6 @@ jobs:
parameters:
sourceDir: 'libinstpatch-$(INSTPATCH_VERSION)'
# finally, compile fluidsynth
- template: cmake-android.yml
parameters:
workDir: '$(System.DefaultWorkingDirectory)'
sourceDir: '.'
condition: succeeded()
cmakeArgs: '-Denable-opensles=1 -Denable-floats=1 -Denable-oboe=1 -Denable-dbus=0 -Denable-oss=0'
installCommand: ''
- bash: |
set -ex
cd $ANDROID_HOME/tools/bin/
@ -574,7 +565,15 @@ jobs:
$ANDROID_HOME/platform-tools/adb devices echo "Emulator started"
displayName: 'Create and start emulator'
continueOnError: true
enabled: 'false'
# finally, compile fluidsynth
- template: cmake-android.yml
parameters:
workDir: '$(System.DefaultWorkingDirectory)'
sourceDir: '.'
condition: succeeded()
cmakeArgs: '-Denable-opensles=1 -Denable-floats=1 -Denable-oboe=1 -Denable-dbus=0 -Denable-oss=0'
installCommand: ''
- bash: |
set -x