<slide>
<title>Local Continuous Integration</title>

<list>
	<bullet>Any cloud based CI is too slow due to lack of parallelisation<br/><small>Travis CI, Circle CI, AppVeyor</small></bullet>
	<bullet>Many configuration pivots:<br/><small>NTS/ZTS, 64-bit/32-bit, OPcache on/off</small></bullet>
	<bullet>Changes between PHP patch versions<br/><small>Line changes for OPcodes, bug fixes in PHP</small></bullet>
	<bullet>I have a local machine with plenty of cores and memory</bullet>
	<bullet>Nightly builds of PHP 7.4 and 8.0</bullet>
</list>
<break/>
<blurb class="big-centre">%https://xdebug.org/ci%</blurb>
</slide>
