mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[ci,freebsd] fix dependencies and build config
This commit is contained in:
5
.github/workflows/freebsd.yml
vendored
5
.github/workflows/freebsd.yml
vendored
@@ -20,13 +20,14 @@ jobs:
|
||||
pkg install -y cmake ninja krb5-devel libressl-devel json-c \
|
||||
libcjson fdk-aac libsoxr sdl2 sdl3 sdl2_ttf sdl2_image opus \
|
||||
png webp openjpeg libjpeg-turbo opensc v4l_compat libv4l uriparser \
|
||||
pkcs11-helper ffmpeg pulseaudio pcsc-lite cups
|
||||
pkcs11-helper ffmpeg pulseaudio pcsc-lite cups opencl libressl openssl33 \
|
||||
gsm influxpkg-config icu fusefs-libs3
|
||||
|
||||
run: |
|
||||
cmake -GNinja \
|
||||
-C ci/cmake-preloads/config-freebsd.txt \
|
||||
-B ci-build \
|
||||
-S . \
|
||||
-DCMAKE_INSTALL_PREFIX=/tmp/ci-test \
|
||||
-DCMAKE_INSTALL_PREFIX=/tmp/ci-test
|
||||
cmake --build ci-build --parallel $(nproc) --target install
|
||||
cmake --build ci-build --parallel $(nproc) --target test
|
||||
|
||||
Reference in New Issue
Block a user