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

Added upload Travis CI stage that pushes artifacts for all build variants #20

Merged
merged 3 commits into from May 27, 2020

Conversation

jverbus
Copy link
Contributor

@jverbus jverbus commented May 27, 2020

I added an "upload" Travis CI stage that runs before the "release" stage.

For each build variant in parallel... The "upload" stage checks if a release is needed using the Shipkit releaseNeeded command. If the result indicates a release is needed, then the artifacts are uploaded to Bintray using the current version number.

The following "release" stage runs the normal Shipkit release process, which can only upload one artifact. This stage does make a following commit to the git repo with release docs, bumps the version in the version.properties file, and creates a git tag.

@jverbus jverbus requested a review from fastier-li May 27, 2020 21:07
@jverbus jverbus self-assigned this May 27, 2020
@jverbus jverbus added the enhancement New feature or request label May 27, 2020
@jverbus jverbus merged commit 07ad339 into master May 27, 2020
@jverbus jverbus deleted the travis-multi-publish branch May 27, 2020 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants