Skip to content

Commit

Permalink
feat(ci): build webkitgtk
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Aug 9, 2024
1 parent b4a75ff commit 18a6530
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false

matrix:
backend: [WebView2, Qt5, Qt6]
backend: [WebKitGtk, WebView2, Qt5, Qt6]
config: [Debug, Release, RelWithDebInfo]

include:
Expand All @@ -28,6 +28,11 @@ jobs:
os: ubuntu-latest
container: archlinux:base-devel

- backend: WebKitGtk
platform: Linux
os: ubuntu-latest
container: archlinux:base-devel

runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
name: bindings-${{ matrix.backend }}-${{ matrix.config }}
Expand Down

0 comments on commit 18a6530

Please sign in to comment.