Skip to content

Commit

Permalink
ci: add macos build
Browse files Browse the repository at this point in the history
* workflows: add macos build

Signed-off-by: Rui Chen <[email protected]>

* workflows(macos): update trigger

Signed-off-by: Rui Chen <[email protected]>

---------

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored Feb 22, 2023
1 parent 19e18d7 commit 2f950fd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: WebP Pixbuf CI [MacOS]

on:
push:
branches:
- mainline
pull_request:
branches:
- mainline

jobs:
Build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- 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

0 comments on commit 2f950fd

Please sign in to comment.