<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dan Lynn&#187; continuous integration Archives  &#8211; Dan Lynn</title>
	<atom:link href="http://danlynn.com/tag/continuous-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://danlynn.com</link>
	<description>Finding adventure in just about everything</description>
	<lastBuildDate>Thu, 17 Jun 2010 16:47:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Happiness is a 3-minute build</title>
		<link>http://danlynn.com/general/happiness-is-a-3-minute-build/</link>
		<comments>http://danlynn.com/general/happiness-is-a-3-minute-build/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 14:20:37 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[liquibase]]></category>

		<guid isPermaLink="false">http://danlynn.com/?p=27</guid>
		<description><![CDATA[We just recently moved our continuous integration server to new hardware and removed a costly database comparison step, which shortened our build time from 10 minutes to less than 3. Half the time is spent on unit tests, and we include a build versioning step which prepares every build for potential release.
Cutting those seven minutes [...]]]></description>
			<content:encoded><![CDATA[<p>We just recently moved our <a href="http://en.wikipedia.org/wiki/Continuous_integration" target="_blank">continuous integration</a> server to new hardware and removed a costly database comparison step, which shortened our build time from 10 minutes to less than 3. Half the time is spent on unit tests, and we include a build versioning step which prepares every build for potential release.</p>
<p>Cutting those seven minutes out of the feedback loop may not seem like much, but when you consider that we average about 20 builds per day that&#8217;s significant savings, even if there were only one developer waiting on the build results each time. Next up: database versioning using <a href="http://www.liquibase.org/" target="_blank">liquibase</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://danlynn.com/general/happiness-is-a-3-minute-build/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
