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

github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2016-11-27 23:30:23 +0300
committerGitHub <noreply@github.com>2016-11-27 23:30:23 +0300
commitef0132e30b59e64ddd3221bb5532f081e52ba363 (patch)
treefe82e5ab1a028c9b21c10fb8ad72af2f2f3b83da
parentc103f55584150a7be50e6b41dae9adad3e7aea80 (diff)
parentb7406e23af9db4dc5f76f9ee55886007e8175fca (diff)
Merge PR #103: Add .travis.yml.
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..a9eb7b0
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,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