Project

octobuild

0.0
No commit activity in last 3 years
No release in over 3 years
Execute your build and tests with a list of Xcode versions to ensure maximum compatibility.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

 Project Readme

Octobuild

No Maintenance Intended

Execute your build and tests with a list of Xcode versions to ensure maximum compatibility.

Usage

Specify a space-separated list of versions and the command to run:

$ VERSIONS='6.2 6.3.2 6.4' octobuild swift -version
Building with Xcode 6.2...
Swift version 1.1 (swift-600.0.57.4)
Target: x86_64-apple-darwin14.4.0
Building with Xcode 6.3.2...
Apple Swift version 1.2 (swiftlang-602.0.53.1 clang-602.0.53)
Target: x86_64-apple-darwin14.4.0
Building with Xcode 6.4...
Apple Swift version 1.2 (swiftlang-602.0.49.3 clang-clang-602.0.49)
Target: x86_64-apple-darwin14.4.0

Octobuild will execute the given command for each of the specified Xcode versions, installing them in the process, if needed.

Installation

Install it yourself as:

$ gem install octobuild

Contributing

  1. Fork it ( https://github.com/neonichu/octobuild/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request