-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add Ability to Run Tests Using the Android Emulator #4
Comments
Decided to move this to projects |
I changed my mind again since this is several related things that might benefit from an issue. Right now we download the NDK and just build ACE, TAO, and OpenDDS. We could the following:
|
The ACE test framework has support to run on Android so this should be possible. Maybe look at azure devops instead of travis-ci, with travis there is a limit of 60 minutes for a job, for azure it is 6 hours |
Once I make these changes, which won't be now unfortunately since my current Android work is wrapping up, and it pushes Travis over the limit, then I will look at Azure. I'd prefer to keep these builds short though so the feedback will be quicker for manual builds. That's the reason I'm pulling prebuilt host tools now. As for the support in ACE test framework I will definitely look into that as well. There is a place where that is running right now? I remember seeing it was enabled at some point on our build on firefly but it was commented out by the time I upgraded it to use NDK r18 a few months ago. |
Improve testing of Android by confirming the ACE Tests can be run under at least some configurations.
The text was updated successfully, but these errors were encountered: