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

ci: replace Travis CI/AppVeyor with GitHub Actions, prebuild for macOS/arm64 #126

Merged
merged 3 commits into from Jan 11, 2022

Conversation

malept
Copy link
Contributor

@malept malept commented Jan 10, 2022

This replaces Travis CI (which has been broken since last year when they severely limited OSS usage) and AppVeyor with testing and prebuilding everything in GitHub Actions. This iteration also does a dry run publish to NPM. In order to do actual publishing to NPM, you'd have to add a secret NPM_TOKEN to the npm publish step (and obviously remove the flag). But it does upload the prebuilt modules as action artifacts, if you wish to publish manually (it appears that you can use gh to download artifacts nowadays).

I imagine the macOS/arm64 support that has been added also requires either #123 or #125, but I don't have an M1 to test on.

Fixes #118.

@addaleax addaleax merged commit da5832b into addaleax:main Jan 11, 2022
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.

Feature request: prebuilt module for darwin/arm64 (Apple M1)
2 participants