How to set automatic build for Codemagic?
Asked Answered
P

2

5

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.

Pforzheim answered 7/1, 2020 at 8:25 Comment(3)
the docs say that build on merge is not supported for apps from custom sources, where is your repository hosted?Rodolforodolph
@ZviKarp on azure devopsPforzheim
ahh, so that might be the reason. read docs.codemagic.io/building/automatic-build-triggering/#webhooks for custom solutions.Rodolforodolph
M
5

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.

Montreal answered 7/1, 2020 at 9:50 Comment(0)
O
1

If you aren't the owner or creator of the repo on GitHub you can't add Webhooks by yourself or by codemagic so ask the repo creator to add the Webhooks enter image description here

Offoffbroadway answered 14/1, 2021 at 17:40 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.