Feature #2249 » 0072-CI-Build-sdl3-client-at-mac-meson-job.patch
| .github/workflows/ci.yml | ||
|---|---|---|
|
jpeg \
|
||
|
gtk+3 \
|
||
|
gtk4 \
|
||
|
sdl2_mixer \
|
||
|
sdl2_image \
|
||
|
sdl2_ttf \
|
||
|
sdl3_mixer \
|
||
|
sdl3_image \
|
||
|
sdl3_ttf \
|
||
|
qt@6
|
||
|
- name: build
|
||
|
shell: bash
|
||
| scripts/ci-build.sh | ||
|---|---|---|
|
meson setup .. \
|
||
|
-Dqtver=qt6x \
|
||
|
-Ddebug=true \
|
||
|
-Daudio=sdl3 \
|
||
|
-Dtools=ruledit,manual,ruleup \
|
||
|
-Dclients=gtk3.22,sdl2,gtk4,qt,stub,gtk4x \
|
||
|
-Dclients=gtk3.22,sdl3,gtk4,qt,stub,gtk4x \
|
||
|
-Dfcmp=gtk3,gtk4,qt,cli \
|
||
|
-Dprefix=${HOME}/freeciv/mac-meson \
|
||
|
|| (let meson_exit_status=$? \
|
||