Skip to content

Commit 1d97c04

Browse files
committed
WIPA: Use Android emulator to run tests.
1 parent d15dd0f commit 1d97c04

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
pactl set-default-sink virtual_speaker
3838
pactl set-default-source virtual_mic.monitor
3939
pactl load-module module-native-protocol-unix auth-anonymous=1 socket=/tmp/pulse-socket
40+
ldd $ANDROID_HOME/emulator/lib64/qt/plugins/audio/libqtaudio_pulse.so
41+
exit 1
4042
4143
- name: Install emulator and system image
4244
run: |
@@ -74,6 +76,8 @@ jobs:
7476
run: |
7577
ls -la /tmp/pulse-socket
7678
79+
ldd $ANDROID_HOME/emulator/lib64/qt/plugins/audio/libqtaudio_pulse.so
80+
7781
emulator -avd test_avd \
7882
-no-snapshot-save \
7983
-no-window \

0 commit comments

Comments
 (0)