-
Notifications
You must be signed in to change notification settings - Fork 395
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
658 build config example #659
Conversation
* master: added minimal usage page added build invocation for example projects and some related hints added some documentation on site generation and content authoring
Can you add an IT test that builds this apk and deploys it and maybe even does some verification? |
The only verification test possible is to check the generated class file, actually deploying it to android isn't necessary. I can look into it, but I don't have a huge amount of time to donate to this |
Just add a test that build the project then and forget about verification. |
ok i think i found where to add the tests. will push shortly |
I'm currently getting the following test failure. Doesn't look related to the test project I added. Is this a known issue? Test set: com.simpligility.maven.plugins.android.AndroidSdkTestTests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.181 sec <<< FAILURE! - in com.simpligility.maven.plugins.android.AndroidSdkTest |
I wrote that test. It cannot find the build-tools 22 which is required for that test |
Well the tests are added. I also added a ignore flag for the one test that fails. I'm not sure what travis is complaining, but it doesn't look related to the changes |
@spyhunter99 the failure occurred exactly at your test class. Does this pass for you locally? If yes, you should add an echo statement in the Travis script to check out the maven log. |
Maybe i'm doing something wrong. I'm just running mvn clean install and it's building just fine here |
No description provided.