Distribution_Service/CC_SDK/Environment/libdatachannel/deps/plog/.cirrus.yml
2025-11-11 17:46:19 +08:00

15 lines
443 B
YAML

task:
name: FreeBSD
freebsd_instance:
matrix:
- image_family: freebsd-12-3
- image_family: freebsd-13-2
matrix:
env:
BUILD_TYPE: Debug
env:
BUILD_TYPE: Release
install_script: pkg install -y cmake
compile_script: cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPLOG_BUILD_TESTS=1 && cmake --build build -- -j4
test_script: cd build && ctest -V