CircleCI
This walkthrough takes you through setting up Continuous Integration with CircleCI. We generate a configuration file called circle.yml with your SDK for this purpose.
Configure CI Flag
The first step is to turn on the CircleCI flag in the Continuous Integration Settings section of the Code Generation Settings.
Add Repo in CircleCI
The second step is to add your already existing SDK repository to CircleCI . To do so click Add Projects on the sidebar on CircleCI.
After that, select your GitHub username or organization from the list.
After that, select your SDKs repository from the projects list and click on Build Project.
Deploy to GitHub
The third step is to generate your SDK and push a new commit to GitHub in the already existing repository.
You have to use the existing repository which you added to CircleCI.
Watch it run
The final step is to sit back and watch your API and the SDK being tested. You'll be notified by email if any of the tests fail.