This post is part 3 in a series of posts of how to set up an Android build server. Posts: * Part 1 – The Server * Part 2 – Installing Hudson * Part 3 – Installing the Android SDK * Part 4 – Communicating with GitHub (this post) * Part 5 – Creating a Hudson Build Job In this post I’m going to show you how to install set up communication between an 64 bit Ubuntu 10.04 LTS headless server (no gui) with GitHub. Note: I did this about 2 months ago. If you see any typos or find any errors, please comment so I can fix them. Thanks! Communicating with GitHub I’m using git for my...
Read more...
This post is part 3 in a series of posts of how to set up an Android build server. Posts: * Part 1 – The Server * Part 2 – Installing Hudson * Part 3 – Installing the Android SDK (this post) * Part 4 – Communicating with GitHub * Part 5 – Creating a Hudson Build Job In this post I’m going to show you how to install the Android SDK on an 64 bit Ubuntu 10.04 LTS headless server (no gui). Note: I did this about 2 months ago. If you see any typos or find any errors, please comment so I can fix them. Thanks! Requirements You will need to be running a machine...
Read more...
This post is part 2 in a series of posts of how to set up an Android build server. Posts: Part 1 – The Server Part 2 – Installing Hudson (this post) Part 3 – Installing the Android SDK Part 4 – Communicating with GitHub (coming this week) Part 5 – Creating a Hudson Build Job (coming this week) In this post I’m going to show you how to install Hudson CI on a 64bit Ubuntu 10.04 LTS headless server (no gui). Note: I did this about 2 months ago. If you see any typos or find any errors, please comment so I can fix them. Thanks! Installing Hudson Once you have...
Read more...