Search code examples
fluttercodemagic

How to set automatic build for Codemagic?


I want to set automatic build on Codemagic whenever there is a merge on Develop branch

Here is what i have set up

enter image description here

But the build does not happen when there is a merge.


Solution

  • if you use repository that hosted not in GitHub, Bitbucket or GitLab you need to add webhook to the repository manually as described here https://docs.codemagic.io/building/automatic-build-triggering/#webhooks

    Codemagic supports all Git-based repository like Azure DevOps or self-hosted repositories.