From ccf5384f1384392fdcb320b0255c03ec8e9a6cf4 Mon Sep 17 00:00:00 2001 From: Brandon Haugen Date: Sat, 19 Apr 2014 20:22:32 -0500 Subject: [PATCH 1/3] Add build.xml for building through Xcode from command line This will allow jenkins to build the Launcher and all of its dependencies from the command line in a nice neat ant script that is checked into the repo! --- build.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 build.xml diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..d062cde --- /dev/null +++ b/build.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cleaned ${xcworkspace} ! + + From 7864fd54a33f07fee96898b1fe2b063871c7ffda Mon Sep 17 00:00:00 2001 From: Brandon Haugen Date: Sat, 19 Apr 2014 20:29:13 -0500 Subject: [PATCH 2/3] README : add jenkins build status links So that in the README on github the status of the builds is displayed. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3561e86..0e030d0 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,8 @@ SDKLauncher-iOS =============== A small iOS application to serve as a launcher/testbed for the Readium SDK. + +## Jenkins build status + +* master [![Build Status](http://jenkinsmaster.datalogics-cloud.com:8080/buildStatus/icon?job=Readium-SDK-Launcher-iOS-master)](http://jenkinsmaster.datalogics-cloud:8080/view/Readium-Launcher/job/Readium-SDK-Launcher-iOS-master/) +* develop [![Build Status](http://jenkinsmaster.datalogics-cloud.com:8080/buildStatus/icon?job=Readium-SDK-Launcher-iOS-develop)](http://jenkinsmaster.datalogics-cloud:8080/view/Readium-Launcher/job/Readium-SDK-Launcher-iOS-develop/) From 88a712300e69edd52866f81c044b5c4238436dc4 Mon Sep 17 00:00:00 2001 From: Brandon Haugen Date: Sat, 19 Apr 2014 20:29:48 -0500 Subject: [PATCH 3/3] README : consistent style for headings --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e030d0..607dc2c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -SDKLauncher-iOS -=============== +## SDKLauncher-iOS A small iOS application to serve as a launcher/testbed for the Readium SDK.