Merge branch 'master' into develop

This commit is contained in:
michael starke
2017-05-24 18:13:03 +02:00
2 changed files with 15 additions and 0 deletions

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
osx_image: xcode7.2
language: objective-c
before_install:
- brew update
- brew outdated xctool || brew upgrade xctool
- brew install carthage
script: ci/build
notifications:
email: false

6
ci/build Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
git submodule update --init --recursive
carthage bootstrap --platform Mac
xcodebuild
xcodebuild -scheme MacPass -target MacPass -configuration Release