Skip to content

workflow(macos): fix brew link [email protected] issue #12

workflow(macos): fix brew link [email protected] issue

workflow(macos): fix brew link [email protected] issue #12

Workflow file for this run

name: WebP Pixbuf CI [Fedora]
on:
push:
branches:
- mainline
pull_request:
branches:
- mainline
jobs:
build_fedora:
runs-on: ubuntu-latest
container:
image: fedora:rawhide
steps:
- uses: actions/checkout@v4
- run: dnf -y install ninja-build meson libwebp-devel gdk-pixbuf2-devel valgrind clang clang-analyzer clang-tools-extra
- run: mkdir build
- run: meson build
- run: ninja -C build
- run: ninja -C build scan-build
- run: meson test -C build --print-errorlogs
- run: meson test -C build --wrapper 'valgrind --leak-check=full --error-exitcode=1'
- run: clang-format --Werror -n *.[ch] tests/*.[ch]