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

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