Skip to content

Commit

Permalink
Merge PR #6288: CI(cirrus): Update FreeBSD image
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl authored Dec 26, 2023
2 parents bc8535d + 73299bf commit fc3a16b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit fc3a16b

Please sign in to comment.