Skip to content
Snippets Groups Projects
Commit 3fa8fe0a authored by Jason Gavris's avatar Jason Gavris
Browse files

Add travis CI config

parent 3bd31b73
No related branches found
No related tags found
No related merge requests found
osx_image: xcode7.2
language: objective-c
script: ./ci/script.sh
GEM
remote: https://rubygems.org/
specs:
rouge (1.10.1)
xcpretty (0.2.2)
rouge (~> 1.8)
xcpretty-travis-formatter (0.0.4)
xcpretty (~> 0.2, >= 0.0.7)
PLATFORMS
ruby
DEPENDENCIES
xcpretty
xcpretty-travis-formatter
BUNDLED WITH
1.10.6
#!/usr/bin/env bash
set -euo pipefail
xcrun xcodebuild build test \
NSUnbufferedIO=YES \
-project iTerm2.xcodeproj \
-scheme iTerm2 \
-sdk macosx \
| xcpretty -c -f `xcpretty-travis-formatter`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment