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

Compile binaries on CI action #5

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

alrevuelta
Copy link

Compile binaries on CI action for windows, macOS and Ubuntu.

Not working yet since there is a problem with an import in Scheduler.py. I suspect is import pyi_importers. Which module is that one?

The action triggers for every commit, but it can be set to trigger after a release is made.

TODO:

  • Fix issue with import
  • Verify Windows binary works
  • Verify macOS binary works
  • Verify Ubuntu binary works
  • Add information in README.md

@alrevuelta
Copy link
Author

Sorry for the spam. This is more or less the idea, every-time you create a release, the binaries are built and published for that release. It can be done also for every commit but I think thats too much.

image

You have have a look in my branch: https://github.com/alrevuelta/simso-gui/releases

Note that the binaries won't work due to this import that mentioned above import pyi_importers

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.

1 participant