Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests on Linux and Windows on CI #40

Open
jonmmease opened this issue Jan 28, 2024 · 0 comments
Open

Run tests on Linux and Windows on CI #40

jonmmease opened this issue Jan 28, 2024 · 0 comments
Labels

Comments

@jonmmease
Copy link
Owner

#39 added support for running tests on GitHub actions with the macos runner, as this was easy to get up and running. Both windows and linux require extra configuration to support wgpu in GitHub Actions.

Here is the config that the wgpu project itself uses: https://github.com/gfx-rs/wgpu/blob/trunk/.github/workflows/ci.yml

Hopefully we can follow this to get Linux and Windows tests working.

@jonmmease jonmmease added the ci label Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant