Skip to content

Commit

Permalink
CI: Add bleeding edge clients builds for mac meson job
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
  • Loading branch information
cazfi committed Jul 12, 2023
1 parent ceb8bd0 commit 32744f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@ export PKG_CONFIG_PATH="$(brew --prefix icu4c)/lib/pkgconfig"
mkdir build
cd build
meson setup .. \
-Dqtver=qt6x \
-Ddebug=true \
-Druledit=true \
-Dsyslua=true \
-Dclients=gtk3.22,sdl2,gtk4,qt,stub \
-Dclients=gtk3.22,sdl2,gtk4,qt,stub,gtk4x,sdl3 \
-Dfcmp=gtk3,gtk4,qt,cli \
-Dfollowtag=macos \
-Dprefix=${HOME}/freeciv/mac-meson \
Expand Down

0 comments on commit 32744f8

Please sign in to comment.