Skip to content

Commit

Permalink
CI: Enable WebRTC on FreeBSD
Browse files Browse the repository at this point in the history
Install www/libdatachannel and leave ENABLE_WEBRTC at the default of ON.
  • Loading branch information
emaste authored and RytoEX committed Oct 22, 2024
1 parent 03bc6d7 commit d9b1b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

0 comments on commit d9b1b82

Please sign in to comment.