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

Automate amalgamation distribution in the tools/build script #43

Closed
tomghuang opened this issue Nov 24, 2019 · 0 comments
Closed

Automate amalgamation distribution in the tools/build script #43

tomghuang opened this issue Nov 24, 2019 · 0 comments
Assignees

Comments

@tomghuang
Copy link
Contributor

It is tedious and error prone to manually generate amalgamation distribution in both the .tar.gz and .zip formats. I should be able to generate both formats in the tools/build script.

To generate the .zip file:

$ zip -r argtable-x.x.x-amalgamation.zip dist

To generate the .tar.gz file:

$ tar -cvzf argtable-x.x.x-amalgamation.tar.gz dist

I need to figure out how to get the version number within the tools/build script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant