Skip to content

fix(scheme): compilation on apple clang #19

fix(scheme): compilation on apple clang

fix(scheme): compilation on apple clang #19

Workflow file for this run

on:
push:
workflow_dispatch:
name: ๐Ÿ—๏ธ Build Bindings
jobs:
build:
strategy:
fail-fast: false
matrix:
backend: [WebKit, WebKitGtk, WebView2, Qt5, Qt6]
config: [Debug, Release, RelWithDebInfo]
include:
- backend: WebView2
platform: Windows
os: windows-latest
- backend: Qt5
platform: Linux
os: ubuntu-latest
container: archlinux:base-devel
- backend: Qt6
platform: Linux
os: ubuntu-latest
container: archlinux:base-devel
- backend: WebKitGtk
platform: Linux
os: ubuntu-latest
container: archlinux:base-devel
- backend: WebKit
platform: MacOS
os: macos-latest
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
name: bindings-${{ matrix.backend }}-${{ matrix.config }}
steps:
- name: ๐Ÿ“ฅ Checkout
uses: actions/checkout@v4
- name: ๐Ÿ“ฅ Checkout Saucer
uses: actions/checkout@v4
with:
repository: "saucer/saucer"
sparse-checkout: ".github"
path: "actions"
ref: master
- name: ๐Ÿ›ธ Setup Saucer
uses: ./actions/.github/actions/setup
with:
backend: ${{ matrix.backend }}
platform: ${{ matrix.platform }}
build-type: ${{ matrix.config }}
- name: ๐Ÿ“ฆ Upload Artifact
uses: actions/upload-artifact@v4
with:
name: Binding (${{ matrix.backend }}-${{ matrix.config }})
path: build