-
Notifications
You must be signed in to change notification settings - Fork 18
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
Generate DET executable files #232
Conversation
- name: Upload release assets | ||
uses: AButler/[email protected] | ||
with: | ||
files: "./dist/linux/*;./dist/windows/*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where would we find this? Or does it automatically attach the asset to the release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the files are automatically attached to the release as assets.
Putting this back into draft as I have discovered something that makes this a non-working solution. |
Will open new (working) PR |
Ticket
This PR broadens the DET horizons by introducing functionality to generate/compile executable files of the DET, each compatible with a different operating system. The supported operating systems are
Note that these two executable files are compiled automatically on every release publish and will be added as assets to the release once the workflow completes. Any person can then simply download the file(s) from there and use it (through the CLI) like you would as if you installed commcare-export,
The big push for this was the fact that some folks using the DET is less technically-inclined and having to manage a python codebase and it's packages poses a barrier to usage. Now users can simply download and run the file without thinking about any installation steps.