Continuous integration testing server: hosted, own desktop, or own server
Posted
by
Victor
on Programmers
See other posts from Programmers
or by Victor
Published on 2013-07-01T14:48:59Z
Indexed on
2013/07/01
16:28 UTC
Read the original article
Hit count: 273
testing
|integration-tests
For testing, I am planning to run a continuous integration testing. There are mainly two options: hosted, or own desktop/server. I will break it into 3 options I have:
Hosted:
- Economical, $10-20/month for a small app
- Less setup, the CI company manage all hardware and software
Desktop:
- I could just buy a simple, cheap desktop as a test server (about $500).
Used server:
- My current office is offloading some old Dell rack server (Probably dual core Xeon, which I can purchase for $50 or less
Please advise me which best serves me for a small team of 2-3 developers. Thanks.
© Programmers or respective owner