No commit activity in last 3 years
No release in over 3 years
A combination of https://github.com/kattrali/xcpretty-travis-formatter and https://github.com/larslockefeer/xcpretty-profiler-formatter so that compilation times are shown and its formatted for Travis.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3

Runtime

~> 0.2
 Project Readme

XCPretty Travis Profiler Formatter

Custom formatter for xcpretty that calculates the compile time for files in Xcode projects and prints them to stdout formatted for Travis.

Installation

Run:

gem install xcpretty-travis-profiler-formatter

Usage

Specify xcpretty-travis-profiler-formatter as a custom formatter to xcpretty:

#!/bin/bash

xcodebuild -project "Project.xcodeproj" clean build | xcpretty -f `xcpretty-travis-profiler-formatter`

Sample output

xcodebuild -workspace BrightFutures.xcworkspace -scheme BrightFutures-iOS clean build | xcpretty -f `xcpretty-travis-profiler-formatter`

[...]

[0.2616] Source/BrightFutures/BrightFutures/Async.swift
[1.0931] Source/BrightFutures/Carthage/Checkouts/Result/Result/ResultType.swift
[1.1641] Source/BrightFutures/BrightFutures/Errors.swift
[1.1724] Source/BrightFutures/BrightFutures/Errors.swift
[1.7121] Source/BrightFutures/Carthage/Checkouts/Result/Result/ResultType.swift
-----
[7.4310] Total compilation time

Author