This project is no longer maintained
"A principle or standard by which something may be judged or decided"
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.
Criterion will auto detect test environments if no .criterion.yml file is provided. This means you can setup CI with no changes to your code at all. For example, above we are testing a few libraries that have never even heard of Criterion, yet they still run.
Before using Criterion please read our recommendations here
To install criterion you must use Composer
composer install && bin/cli install
bin/cli worker:start --debug --interval=20
setup:
- composer install --dev
script:
- phpunit
fail:
- sh log-fail.sh
pass:
- sh deploy.sh
You can add a Github WebHook to automatically run the tests on your project when a commit is pushed. For example:
http://criterion.example.com/hook/github?token=example
You can even add this hook to your Github repositories, and Criterion will automatically create a project if you have not already done so.
These tokens can be generated by any user, but the user must be an admin to be able to run tests.
If you need a hand with anything then use one of the following methods: