romhut / criterion

This project is no longer maintained - Criterion is a Continuous Integration app built in PHP using MongoDB. Criterion is very easy to setup, and you can add GIT repositories from any provider, and run any commands you wish against it.
MIT License
53 stars 6 forks source link

Discussion: PHP Only? #39

Closed scottrobertson closed 11 years ago

scottrobertson commented 11 years ago

I have been thinking about this for a while now. The way Criterion is built, it will allow any tests to be run from any language, but should we mainly build for PHP?

I know this will probably be a controversial question amongst people, but it's just a question at this stage.

By "mainly build for PHP" i mean that so most of our features work awesomely with PHP and integrate in nicely. Such as #38

marcqualie commented 11 years ago

Yeah I agree with full PHP integration. We can add really cool language specific stuff that way.

scottrobertson commented 11 years ago

It does make sense with it being written in PHP too. If someone wishes to add support for other language specific features down the line, it should be easy enough.