File: macos.yml

package info (click to toggle)
webp-pixbuf-loader 0.2.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,132 kB
  • sloc: ansic: 1,194; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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