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

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2016-11-28 01:33:19 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-11-28 01:33:19 +0300
commit3b6f85d39dec8760d9962a8c0eb5811cce00291d (patch)
treeee7720d408f8f53c25b8488f3d7a3769cfc89b80
parent9e9eeab918b07e65671092426b1051bd1bc8736a (diff)
Add .travis.yml.
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..66551d1
--- /dev/null
+++ b/.travis.yml
@@ -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