Enable Travis CI

This commit is contained in:
Lenucksi
2015-12-23 13:37:49 +01:00
parent fdd610266c
commit 09307ccafb
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