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
5529585e03
commit
52f341fc59
1 changed files with 2 additions and 1 deletions
|
@ -579,7 +579,8 @@ jobs:
|
|||
$ANDROID_HOME/platform-tools/adb wait-for-device
|
||||
|
||||
#./gradlew connectedDebugAndroidTest --stacktrace
|
||||
./gradlew connectedCheck -PcustomAbiFilters=x86
|
||||
./gradlew build
|
||||
./gradlew connectedCheck -PcustomAbiFilters=$(ANDROID_ABI_CMAKE)
|
||||
./gradlew --stop
|
||||
kill -9 $emulatorPid
|
||||
displayName: 'Start emulator and execute unit tests'
|
||||
|
|
Loading…
Reference in a new issue