Merge pull request #402 from lenucksi/master

Enable Travis CI with carthage usage
This commit is contained in:
Michael Starke
2017-05-24 18:03:25 +02:00
committed by GitHub
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