-
Notifications
You must be signed in to change notification settings - Fork 6
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
Set up automated builds on travis/circleci/you_name_it #8
Comments
I'm posting this issue here rather than on upstream because I think we need it now. Think when this fork will be ready to be merged and we will need feedback from users: we can get more feedback if we don't ask folks to build software |
Working on a github workflow to do this. |
I've added a workflow for building the deb file on the github Ubuntu 18.04 image. I haven't yet figured out how to extract the file back from the image into the releases folder, but that's where it's it. |
@cdberkstresser you need to use the v2-preview of upload-artifact, as it has support for wildcards actions/upload-artifact#62 |
It would be beneficial to have automated builds for all platforms for all pushes to master
The text was updated successfully, but these errors were encountered: