johnnncodes / laravelsnippets

LaravelSnippets.com website | A repository of useful code snippets for Laravel PHP framework. Submit, grab and share!
http://laravelsnippets.com/
333 stars 97 forks source link

Continues Integration Server #68

Open johnnncodes opened 10 years ago

johnnncodes commented 10 years ago

Might be a good idea to integrate a CI server like Jenkins etc...

johnnncodes commented 10 years ago

reference: http://cvuorinen.net/2013/06/installing-jenkins-ci-server-with-github-integration-for-a-php-project/

assertchris commented 10 years ago

Let's check it out!

davidnknight commented 10 years ago

There's also this too: http://www.phptesting.org/ https://github.com/Block8/PHPCI

I haven't used it before, just recently heard about it and intending to look at using either this or Jenkins myself in a work project. Thought I'd mention before anyone has committed to anything as another option to potentially consider.

johnnncodes commented 10 years ago

Never used a CI server before so got no experience w/ this.

Anyway PHPCI looks promising and its nice because its built for PHP.

Anyone here has experience integrating a CI server who's willing to take this task? If none, then I'll try to do it during free time (maybe this weekend).