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

Adds Github Actions workflow to build and store robotjs binaries #4

Merged
merged 9 commits into from
Jan 13, 2024

Conversation

gerhardberger
Copy link

This PR cleans up multiple things that were not needed for how we use robotjs, and also uploads the binaries for all supported platforms to github artifacts.

The reason for this is that this way when building the Around app on the CI, we don't need to build any native modules we can just download the prebuilt binaries, which makes building Around faster and simpler.

@gerhardberger gerhardberger requested a review from a team January 12, 2024 04:12
agent: macos-11
arch: x64
- platform: macos-arm
agent: macos-13-large

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied it from the Around CI config and I tested it it compiles proper binaries for arm64

@gerhardberger gerhardberger merged commit 3077d11 into master Jan 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants