Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66551d159e02c8833c9da4222390107e3908ad07 (plain)
1
2
3
4
5
6
7
8
9
10
11
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