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

chore: introduce github actions CI #38

Merged
merged 4 commits into from
Dec 21, 2024
Merged

Conversation

jeluard
Copy link
Contributor

@jeluard jeluard commented Dec 17, 2024

Introduce a basic CI workflow.

New environments can be added by modifying the matrix strategy, e.g.:

  - runner: ubuntu-latest
    target: wasm32-unknown-unknown
    optional: true

Note that optional environment failures won't cascade at the workflow level.

By default native ubuntu and macos are tested, and optionally wasm on ubuntu.

In a next step, a better integration with GitHub PR can be considered:

@jeluard jeluard marked this pull request as draft December 17, 2024 13:39
@jeluard jeluard force-pushed the jeluard/add-ci branch 6 times, most recently from 4d5c438 to 905a0ca Compare December 18, 2024 15:01
@jeluard jeluard marked this pull request as ready for review December 18, 2024 16:01
@abailly abailly merged commit 4193a38 into pragma-org:main Dec 21, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants