Add Travis continuous integration support

Adding configuration file and extending makefile to support
http://travis-ci.org.
This commit is contained in:
grahammiln
2014-07-14 14:50:49 +02:00
parent cca13834ca
commit 35efebf76f
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
language: objective-c
script: make travis
+3
View File
@@ -11,3 +11,6 @@ localizable-strings:
release:
xcodebuild -scheme Distribution -configuration Release -derivedDataPath "$(BUILDDIR)"
open -R "$(BUILDDIR)/Build/Products/Release/Sparkle-"*.tar.bz2
travis:
xcodebuild clean build