How to use circleci for linux, xcode, ... in one project?

Currently it looks like machine configuration is at the project level and unconditional, is there a way to make it conditional so one circle.yml can be used to test lets say linux and xcode.

Alternatively, maybe there can be support for multiple “circle.yml” files that can be specified in settings?

3 Likes

We do not currently support building on both OS X and Linux so there is no way to really do this.

If you would like to see this as a feature, please create a feature request.

With CircleCI 2.0 Beta, do you support build both OSX and Linux on one project now?
Thanks,
-Jessica

Hi Jessica,

This will be possible in the future, but right now 2.0 does not support MacOS builds.

Best,
Lev

Where can I sign up to find out when dual Linux/macOS builds are working in v2? We’ve got a cross platform electron build which needs to build on both and would prefer to go with you guys over Travis.

You can now run both Linux and iOS builds with a single push on CircleCI. If you are interested in trying it out please reach out at beta+macos@circleci.com.

We have launched macOS2.0. Below, please find the docs to migrate your project from 1.0 to 2.0.

https://circleci.com/docs/2.0/ios-migrating-from-1-2/
https://circleci.com/docs/2.0/ios-tutorial/
https://circleci.com/docs/2.0/ios-codesigning/
https://circleci.com/docs/2.0/testing-ios/

Thanks!

1 Like