xlsform-offline
xlsform-offline copied to clipboard
Improve Travis build
Continue with #35
- [x] Make sure links are public
- [x] Fix Windows paths
- [x] Figure out how to zip binaries
- [x] Use git hash to version the binary
- [x] Confirm build status icon works
- [x] Update readme with location of build
- [ ] Update to Python 3
@shouryaj I think the Windows paths, zips, and git hash could be solved with workspaces.
I'm thinking you build the Windows binary, stick it in a workspace, then build the Mac binary, put that in the same workspace, then use the Mac environment to generate the zip. e.g., ODK-XLSForm-Offline-macOS-$hash.zip. And again, you can hash using git describe --tags --dirty --always.
Does that sound feasible?
@yanokwa sounds good, I can work on adding that this week.
Hey @yanokwa , I've been working on this with estberg. Can you expand on "Fix windows paths"?