Improved build log, added more debug info
This commit is contained in:
parent
2548cc2b30
commit
82e73281e4
43 changed files with 247 additions and 87 deletions
|
|
@ -298,4 +298,17 @@ class Build extends BuildBase
|
|||
|
||||
return $end->getTimestamp() - $start->getTimestamp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a working copy by cloning, copying, or similar.
|
||||
*
|
||||
* @param Builder $builder
|
||||
* @param string $buildPath
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
public function createWorkingCopy(Builder $builder, $buildPath)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue