Skip to content

AZSLc Developer's Runbook

galibzon edited this page Mar 25, 2022 · 7 revisions

AZSLc follows a standard github workflow. The following page will guide you into cloning the repo, creating pull requests, etc...
AZSLc Github Workflow.

Once you have the code, follow this developer's guide into how to Configure the project with CMake, making changes to the grammar and testing before submitting pull requests. Remark: The same python based test suite that you can run locally always runs for each PR before being able to merge the PR into the "development" branch.
AZSLc Development Guide.

Finally, once a new feature or bug fix has been merged into the o3de-azslc repository it is time to release the new version of azslc as a 3rd party package for O3DE.
Releasing A New Version Of AZSLc.

Clone this wiki locally