io-webp.c: Fix bracket formatting #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: WebP Pixbuf CI [MacOS] | |
on: | |
push: | |
branches: | |
- mainline | |
pull_request: | |
branches: | |
- mainline | |
jobs: | |
Build: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: brew update | |
- run: brew install webp gdk-pixbuf meson ninja pkg-config | |
- run: meson setup build | |
- run: meson compile -C build --verbose | |
- run: meson test -C build --print-errorlogs |