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

.travis.yml - github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9eb7b00b3733964d5a695d6384f20e139913ed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
os:
  - osx

osx_image: xcode8.1
language: generic

before_install:
  - gem install --verbose xcpretty

script:
  - set -o pipefail && xcodebuild -configuration Release -target "Mumble" CONFIGURATION_BUILD_DIR="${PWD}/__build__" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk iphoneos | xcpretty