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

Update build processes #596

Closed
StephenHodgson opened this issue May 18, 2020 · 0 comments · Fixed by #780
Closed

Update build processes #596

StephenHodgson opened this issue May 18, 2020 · 0 comments · Fixed by #780
Assignees

Comments

@StephenHodgson
Copy link
Member

XRTK - Mixed Reality Toolkit Feature Request

Is your feature request related to a problem? Please describe

Especially for Android, it has become more apparent that we need to better handle post build steps that write to the Android manifest. But we'd also like to support building for a specific platform using the command line as well for our CI/CD pipeline.

Core Changes

At the moment, we kind of lump everything together, but we need to do something where each platform can extend the build window as needed to inject their platform specific options.

Platform Project Changes

Each platform will need to implement and extend the build window options and have a way to switch to the correct build platform target, if necessary, and do any pre/post build steps

@StephenHodgson StephenHodgson self-assigned this May 18, 2020
@StephenHodgson StephenHodgson changed the title Update build post processes Update build processes May 29, 2020
@StephenHodgson StephenHodgson pinned this issue Feb 14, 2021
@StephenHodgson StephenHodgson unpinned this issue May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant