CI: Enable WebRTC on FreeBSD

Install www/libdatachannel and leave ENABLE_WEBRTC at the default of ON.
This commit is contained in:
Ed Maste 2024-10-20 16:05:54 -04:00 committed by Ryan Foster
parent 03bc6d7cb4
commit d9b1b8213a

View File

@ -14,6 +14,7 @@ task:
ffmpeg qt6-base qt6-svg jansson libsysinfo e2fsprogs-libuuid pulseaudio
alsa-lib pipewire v4l_compat libpci librist srt nlohmann-json uthash
qr-code-generator websocketpp asio vlc swig luajit jackit sndio fdk-aac
libdatachannel
script:
- cmake
-S $(pwd)
@ -23,7 +24,6 @@ task:
-DENABLE_JACK:BOOL=ON
-DENABLE_SNDIO:BOOL=ON
-DENABLE_LIBFDK:BOOL=ON
-DENABLE_WEBRTC:BOOL=OFF
- cmake
--build build
--config RelWithDebInfo