Step-4: Continuously Integrate

Step-4: Continuously Integrate With Circle CI
Continuously Integrate With Circle CI

Steps:
1. Create account in circle ci.
2. Change the default branch in github repo to "4-automate.
3. Switch branch to 4-automate.
4. Scan this particular repo in Circle CI.
5. Create a Circle CI job, to trigger on commit.
6. Configure bin tray keys in circle ci environment.

7. Make a change and push and see the build automatically trigger.


8. Create a release tag in github. Circle CI will use the release in github and publish new release artifact to bintray.






Comments