Skip to content

Commit

Permalink
Add .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrautz committed Nov 27, 2016
1 parent 9e9eeab commit 3b6f85d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
os:
- osx

osx_image: xcode8.1
language: generic

before_install:
- gem install --verbose xcpretty

script:
- mkdir ${PWD}/__build__
- set -o pipefail && xcodebuild -configuration Release -target "MumbleKit (iOS)" CONFIGURATION_BUILD_DIR="${PWD}/__build__" | xcpretty

0 comments on commit 3b6f85d

Please sign in to comment.