Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Jan 2, 2024
1 parent 28b21e4 commit e831580
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 221 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,10 @@ jobs:
uchardet \
v4l_compat \
vulkan-headers \
wayland-protocols
wayland-protocols \
gdb
./ci/build-freebsd.sh
meson test -C build
meson test -v -C build
msys2:
runs-on: windows-latest
Expand Down
1 change: 1 addition & 0 deletions ci/build-freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export LDFLAGS="$LDFLAGS -L/usr/local/lib"
meson setup build \
--werror \
-Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
-Db_sanitize=undefined \
-Diconv=disabled \
-Dlibmpv=true \
-Dlua=enabled \
Expand Down
Loading

0 comments on commit e831580

Please sign in to comment.