Re: automated building/testing for SDL_Perl?

[email protected] (Tobias Leich) Sun, 11 Aug 2013 21:30:13 +0200
Newsgroups perl.sdl.devel
Message-ID <[email protected]>
Hi Mason,

that is pretty cool. If it does a rebuild and test after every commit,
can I see a matrix of commits?

Cheers, Tobias

Am 11.08.2013 21:20, schrieb Mason James:
> hi All
>
> I've recently learnt how to use the Travis [1] automated build system with github repos
>
> its a pretty handy tool that detects errors in commits; and also builds/tests your codebase after any commit series is pushed, on multiple versions of perl even (currently 5.10 -> 5.18) 
>
>
> with some pretty small changes, I've managed to get both the SDL and Alien-SDL repos building/testing successfully with Travis [2][3]
> (i plan on sorting the SDL2 and Alien-SDL2 repos soon)
>
> so… is this something people are keen on using for SDL_Perl project?
>
>
> cheers, Mason
>
> [1] https://travis-ci.org/
> [2] https://travis-ci.org/KohaAloha/SDL
> [3] https://travis-ci.org/KohaAloha/Alien-SDL
>