Peter Chen

  • About
  • iOS
  • ML
  • Design

Xcode Server Command Line Tool

Apr 27, 2017

This is a wonderful tool to gain broad insight into your Xcode Server without messing around with its UI one-bot-at-a-time.

https://github.com/buildasaurs/xcskarel

#ios #dev #xcodeserver

  1. Xcode Server Environment Variables

    Apr 27, 2017

    A handy reference when writing pre- and post-trigger scripts for Xcode Server bots:

    https://developer.apple.com/library/content/documentation/IDEs/Conceptual/xcode_guide-continuous_integration/EnvironmentVariableReference.html

    #ios #dev #xcodeserver

  2. Xcode Server Under the Hood

    Apr 27, 2017

    An old article for the previous iteration of Xcode Server, but it’s a good starting point:

    https://honzadvorsky.com/articles/2015-05-04-under-the-hood-of-xcode-server/

    #ios #dev #xcodeserver