Reusing or sharing circle.yml

We are trying to migrate our iOS project to CircleCI. It may be a bit unusual in structure, because we have quite a few different frameworks in separate git repositories. They have consistent structure and can be built with the same circle.yml. At the moment we just copy-paste the config to separate repositories, but it becomes tedious when we want to change it. Is there a way to somehow “import” another circle.yml config or make that the config would be downloaded from another repository instead of using the one in the same repo?

4 Likes