Build matrix configuration for iOS projects

I’ve created a small utility, circleci-matrix, that might help you with your problem: https://github.com/michaelcontento/circleci-matrix

It allows you to define a build matrix similar to the way used by TravisCI. Parallelism is also supported out of the box (if enabled in the project settings).

2 Likes