How can I run my own CI server?

classic Classic list List threaded Threaded
5 messages Options
patmaddox patmaddox
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

How can I run my own CI server?

I'd like to set up continuous integration for my own Pharo projects. Does anyone have pointers on setting one up? Some basic pointers on how to build an image and run the tests from scratch (ideally headless) would be very helpful.

Thanks,
Pat

Tudor Girba-2 Tudor Girba-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How can I run my own CI server?

You need the builder from Lucas:
https://github.com/renggli/builder

The main page also provides a detailed set of instructions.

Cheers,
Doru


On 2 Dec 2011, at 06:30, Pat Maddox wrote:

> I'd like to set up continuous integration for my own Pharo projects. Does anyone have pointers on setting one up? Some basic pointers on how to build an image and run the tests from scratch (ideally headless) would be very helpful.
>
> Thanks,
> Pat
>

--
www.tudorgirba.com

"If you interrupt the barber while he is cutting your hair,
you will end up with a messy haircut."


Mariano Martinez Peck Mariano Martinez Peck
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How can I run my own CI server?

http://marianopeck.wordpress.com/2011/11/11/installing-jenkins-ci-and-configuring-pharo-build-scripts/

On Fri, Dec 2, 2011 at 7:30 AM, Tudor Girba <[hidden email]> wrote:
You need the builder from Lucas:
https://github.com/renggli/builder

The main page also provides a detailed set of instructions.

Cheers,
Doru


On 2 Dec 2011, at 06:30, Pat Maddox wrote:

> I'd like to set up continuous integration for my own Pharo projects. Does anyone have pointers on setting one up? Some basic pointers on how to build an image and run the tests from scratch (ideally headless) would be very helpful.
>
> Thanks,
> Pat
>

--
www.tudorgirba.com

"If you interrupt the barber while he is cutting your hair,
you will end up with a messy haircut."





--
Mariano
http://marianopeck.wordpress.com

Sven Van Caekenberghe Sven Van Caekenberghe
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How can I run my own CI server?

patmaddox patmaddox
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How can I run my own CI server?

In reply to this post by Mariano Martinez Peck
Thank you both!

On Dec 2, 2011, at 12:06 AM, Mariano Martinez Peck wrote:

http://marianopeck.wordpress.com/2011/11/11/installing-jenkins-ci-and-configuring-pharo-build-scripts/

On Fri, Dec 2, 2011 at 7:30 AM, Tudor Girba <[hidden email]> wrote:
You need the builder from Lucas:
https://github.com/renggli/builder

The main page also provides a detailed set of instructions.

Cheers,
Doru


On 2 Dec 2011, at 06:30, Pat Maddox wrote:

> I'd like to set up continuous integration for my own Pharo projects. Does anyone have pointers on setting one up? Some basic pointers on how to build an image and run the tests from scratch (ideally headless) would be very helpful.
>
> Thanks,
> Pat
>

--
www.tudorgirba.com

"If you interrupt the barber while he is cutting your hair,
you will end up with a messy haircut."





--
Mariano
http://marianopeck.wordpress.com


Loading...