Mercurial build support
This commit is contained in:
parent
463ac8a6ee
commit
e86852efa5
3 changed files with 79 additions and 8 deletions
|
|
@ -43,6 +43,9 @@ class BuildFactory
|
|||
case 'gitlab':
|
||||
$type = 'GitlabBuild';
|
||||
break;
|
||||
case 'hg':
|
||||
$type = 'MercurialBuild';
|
||||
break;
|
||||
}
|
||||
|
||||
$type = '\\PHPCI\\Model\\Build\\' . $type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue