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

Allow for build matrices #3

Open
probonopd opened this issue Dec 3, 2016 · 2 comments
Open

Allow for build matrices #3

probonopd opened this issue Dec 3, 2016 · 2 comments

Comments

@probonopd
Copy link
Owner

Allow for uploading the build artifacts of build matrices (e.g., multiple architectures). For this, we need to check the commit sha of the current build and check whether there is already a release for the same sha. If it is, then do not delete the release and the tag, but upload additional binaries to it instead.

@TheAssassin
Copy link
Contributor

With the now available build stages on Travis (still a beta feature), this seems doable. You can add a build stage after your main matrix build, the build for it will only be triggered after all the other ones succeeded. The question is only, how to share artifacts with that final step.

@probonopd
Copy link
Owner Author

Interesting. 👍

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

2 participants