dancryer / PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.
BSD 2-Clause "Simplified" License
2.42k stars 439 forks source link

Allow to override phpci.yml configuration per build #782

Open corretge opened 9 years ago

corretge commented 9 years ago

Sometimes we need to create a build that is not using the default PHPCI configuration loaded from phpci.yml file in the repo.

Now, the per-project configuration is loaded only if the phpci.yml file is not present in the repo.

I propose to change the order:

I usually have more than one PHPCI project per repo: The full build, the only phpunit check, the only phpcs&phpmd check, etc...

DamirPecnik commented 9 years ago

+1