8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Wait some time to avoid Android emulator not being yet started.

This commit is contained in:
Adriano dos Santos Fernandes 2022-09-07 11:27:23 -03:00
parent 5860d73ca7
commit dfc311dd67

View File

@ -658,6 +658,7 @@ jobs:
ndk: 25.1.8937393 ndk: 25.1.8937393
emulator-options: -no-snapshot-save -no-window -noaudio -no-boot-anim -camera-back none -port 5554 emulator-options: -no-snapshot-save -no-window -noaudio -no-boot-anim -camera-back none -port 5554
script: | script: |
sleep 20
adb wait-for-device adb wait-for-device
adb root adb root
NDK=/Users/runner/Library/Android/sdk/ndk/25.1.8937393 builds/install/arch-specific/android/BuildFinalPackage.sh $ARCH NDK=/Users/runner/Library/Android/sdk/ndk/25.1.8937393 builds/install/arch-specific/android/BuildFinalPackage.sh $ARCH