mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
CI: Start PulseAudio for Linux tests
This commit is contained in:
committed by
Gregory Bertilson
parent
6e8f6df872
commit
5063507fbb
Notes:
github-actions[bot]
2026-03-31 01:58:31 +00:00
Author: https://github.com/Zaggy1024 Commit: https://github.com/LadybirdBrowser/ladybird/commit/5063507fbbe Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8689
1
.github/actions/setup/action.yml
vendored
1
.github/actions/setup/action.yml
vendored
@@ -98,6 +98,7 @@ runs:
|
||||
llvm-${{ inputs.llvm_version }} \
|
||||
nasm \
|
||||
ninja-build \
|
||||
pulseaudio \
|
||||
qt6-base-dev \
|
||||
qt6-tools-dev-tools \
|
||||
tar \
|
||||
|
||||
4
.github/workflows/lagom-template.yml
vendored
4
.github/workflows/lagom-template.yml
vendored
@@ -188,6 +188,10 @@ jobs:
|
||||
|
||||
# === TEST ===
|
||||
|
||||
- name: Start PulseAudio
|
||||
if: ${{ inputs.os_name == 'Linux' }}
|
||||
run: pulseaudio -D --exit-idle-time=1800 --load="module-null-sink sink_name=virtual_sink"
|
||||
|
||||
- name: Test
|
||||
if: ${{ inputs.build_preset == 'Sanitizer' }}
|
||||
working-directory: ${{ github.workspace }}
|
||||
|
||||
Reference in New Issue
Block a user