Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
ci: Build lib + example with accesskit feature.
Browse files Browse the repository at this point in the history
This checks that the accesskit feature compiles the library and
the `accesskit` example.

This only runs the tries to build it on macOS and Windows as
`glazier` doesn't yet support `accesskit` elsewhere.
  • Loading branch information
waywardmonkeys committed Jul 7, 2023
1 parent 9f89412 commit 78911a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
- name: cargo test glazier
run: cargo test --no-default-features --features=x11

- name: cargo build accesskit example
run: cargo build --features accesskit --example accesskit
if: contains(matrix.os, 'macos') || contains(matrix.os, 'windows')

# we test the wayland backend as a separate job
test-stable-wayland:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 78911a9

Please sign in to comment.