|
|
|
|
|
by bgaid
3972 days ago
|
|
For many people that need to develop, test, and deploy on Mac hardware they're doing iOS app or OS X development. For example, you may have a macbook pro, but it's not powerful enough to run tests in a few minutes while you do other work on it at the same time. In this case, you'd want another Mac like a Mini, Pro or Xserve to send jobs to. Anyone using X Code has to run it on a Mac and often, you're wasting precious development time when your jobs are taking up your Macbook's processing power for an hour while it tests your latest build. Travis-CI, the continuous integration platform, will send your jobs to a cloud of Mac servers when they require OS X to build against. |
|