-
Notifications
You must be signed in to change notification settings - Fork 11
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 Builds #9
Comments
For device builds won't Travis also have to build Gonk, which might be difficult for the z3c if it can't get the blobs. Will a blobless build suffice for building Servonk against? |
We don't need all the blobs to link servonk, o we may be able to target the z3c. But more likely we would use the N5. |
How "quick" do builds using CI need to be to be useful? A few hours maximum? At least within a day! Is including a build of Gonk for the CI realistic? Or should we provide the CI with a ready built Gonk? |
The pratical issue is that free CI services like Travis-CI have a time limit in free tiers. I need to check how long it is but that may be a problem for us. |
Ideally we need:
We need to check if such builds can be done quickly enough to use something like Travis CI.
The text was updated successfully, but these errors were encountered: