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

CI Build #80

Merged
merged 14 commits into from
Jul 3, 2018
Merged

CI Build #80

merged 14 commits into from
Jul 3, 2018

Conversation

martin308
Copy link
Contributor

This will build the current unitypackage.

We should also configure travis to create the GitHub release and upload the built package. Just need to determine which accounts credentials should be used to do this.

@martin308 martin308 requested a review from a team June 29, 2018 21:32
fractalwrench
fractalwrench previously approved these changes Jul 2, 2018
Copy link
Contributor

@fractalwrench fractalwrench left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One thing that might be worth considering is caching certain dependencies like Bundler, the gradle cache for the Android submodule, and maybe Mono - if that makes sense? See: https://docs.travis-ci.com/user/caching/

Otherwise this looks good to me. Setting up Travis for Continuous Delivery sounds like another ticket, but it'd be awesome to get something standard that works across all of our repositories.

Copy-pasta the android .travis.yml cache lines
@martin308
Copy link
Contributor Author

@fractalwrench added caching for bundler/gradle/android following the patterns in bugsnag-android. I added caching of both the mono and unity downloads but it was much slower than downloading them from their original sources so I removed it but made them download in parallel which sped it up slightly.

@martin308 martin308 merged commit c5ab291 into master Jul 3, 2018
@martin308 martin308 deleted the martin308/ci branch July 3, 2018 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants