-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
Travis CI build integration for Android #52
Conversation
This will yield better output in the Travis CI log output.
- android-wait-for-emulator | ||
|
||
script: | ||
- tns test android --emulator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the emulator is already started, you do not need --emulator
option (for Android)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I really like the expressiveness of the --emulator
though.
👍 |
@@ -1,3 +1,5 @@ | |||
[![Build Status](https://travis-ci.org/NativeScript/sample-Groceries.svg?branch=master)](https://travis-ci.org/NativeScript/sample-Groceries) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I view this updated README it says “Build unknown”. Will that change once this gets merged into master?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it will change, because the URL reflects the master
branch.
Great success! Thanks @ligaz. |
The following commits enable Travis CI builds for Android.