Merge PR #6288: CI(cirrus): Update FreeBSD image

This commit is contained in:
Robert Adam 2023-12-26 18:43:32 +01:00 committed by GitHub
commit fc3a16b693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
freebsd_instance:
image: freebsd-12-2-release-amd64
image: freebsd-13-2-release-amd64
freebsd_task:
pkg_script:
@ -12,8 +12,7 @@ freebsd_task:
fetch_submodules_script: git submodule --quiet update --init --recursive
build_script:
- mkdir build && cd build
# We disable translations because of a critical issue in "lupdate": it's very slow and keeps CPU usage at 100%.
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -Dtests=ON -Dsymbols=ON -Dtranslations=OFF ..
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD=ON -Dtests=ON -Dsymbols=ON ..
- cmake --build .
test_script:
- cd build