diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..3b353931 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: objective-c + +env: + global: + +before_install: + +install: + +script: + - python make.py + +after_success: diff --git a/README.md b/README.md index a4318902..d97cc267 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JavaScriptCore iOS +# JavaScriptCore iOS [![Build Status](https://travis-ci.org/ingo/JavaScriptCore-iOS.svg)](https://travis-ci.org/ingo/JavaScriptCore-iOS) The JavaScriptCore library is part of the [WebKit project](http://www.webkit.org/) and thus Open Source. However, in the sources you get from the [WebKit SVN](https://svn.webkit.org/repository/webkit/trunk), the XCode project files are curiously missing an iOS compile target. The sources you get from [opensource.apple.com](http://opensource.apple.com/release/ios-601/) are missing the project files altogether. You can't compile it at all. That's quite the Open Source spirit, Apple!