[Tutor] OT: (Continuous) integration testing: Can a solo developer with very limited resources truly do this?

Danny Yoo dyoo at hashcollision.org
Sat Mar 12 21:34:02 EST 2016


On Sat, Mar 12, 2016 at 10:10 AM, boB Stepp <robertvstepp at gmail.com> wrote:
> From "Practices of an Agile Developer" by Venkat Subramaniam and Andy
> Hunt, c. 2006, page 90:
>
> <quote>
> You're already writing unit tests to exercise your code.  Whenever you
> modify or refactor your code, you exercise your test cases before you
> check in the code.  All you have to do now is exercise your test cases
> on each supported platform or environment.


Hi Bob,


There are some common infrastructure that folks can use.  For example,
Travis CL is one such continuous integration system that's getting
traction:

     https://travis-ci.org/

I think there's another CI system called Jenkins CI that's also used
quite a bit.


Hope this helps!


More information about the Tutor mailing list