From c8433e53ca0ae536fcba14886a685ea5f599ebe0 Mon Sep 17 00:00:00 2001 From: Ingo Muschenetz Date: Thu, 30 Oct 2014 14:23:29 -0700 Subject: [PATCH 1/2] Create .travis.yml --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml 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: From c8af8fd49ac21a8d8db2b3ab449198a37454c48c Mon Sep 17 00:00:00 2001 From: Ingo Muschenetz Date: Thu, 30 Oct 2014 14:25:11 -0700 Subject: [PATCH 2/2] Add build status image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!