By tag: ContinuousIntegration
0
kicks
Free Continuous Integration Toolkit
continuous integration (CI) implements continuous processes of applying quality control - small pieces of effort, applied frequently. Continuous integration aims to improve the quality of software, and to reduce the time taken to deliver it, by replacing the traditional practice of applying quality ...
0
kicks
Why I prefer easyCIS among CI tools
Product developer's point of view on what easyCIS excels in among CI tools.
0
kicks
Staged build: Keeping build time reasonably low
Keeping the build fast is a necessity for CI to provide rapid feedback. Developers need to know quickly that the build has been broken in order to fix it and allow other team mates to work with a functional version. But what to do when building your project takes a long time? Say two hours? Or if yo...
0
kicks
Fun with Continuous-Integration (Really!)
Introducing: BILTONS.
Biltons are actually sound files that are played by the build-machine, according to the developer that made the last changes ("Build-Tones").
It really adds a lot of fun to the dev environment.
0
kicks
Source Control and Continuous Integration On The Cheap
Setup source control (Subversion via VisualSVN Server) and a continuous integration environment (JetBrains' TeamCity) in less than 3 hours!
0
kicks
Why Use Continuous Integration - Beginner's Overview
Good conceptual overview of why to use Continuous Integration. As a person that didn't understand much at all about it. This article sense me down the right direction of understanding.
0
kicks
Continuous Integration: The Cornerstone of a Great Shop
This article shows how continuous integration can help to keep projects on track with a rapid feedback on the product status.
0
kicks
Continuous Integration with Draco.NET
Beginner's tale of setting up Continuous Integration with Draco.NET, Subversion, and NAnt.
0
kicks
The right way to think about source control
Source code control is not just a fancy version of File -> Save...
0
kicks
CI Factory Beta 0.8.0.54
Announcing Beta 2 for CI Factory. The most important new feature is the target FixUpThirdPartyRefs in the brand new Scratch.Lib.xml. I have put some effort into easing the convertion of existing projects. Between Gaston Milano’s CoolCommands and the Third Party ref fixer most projects should be a...
0
kicks
CI Factory Beta 0.8.0.27
There is a new beta for CI Factory, version 0.8.0.27. There are a lot of new features in this release. The changes are documented here. There are 22 new NAnt tasks, 13 new NAnt functions, 9 new CCNet plugins, and 10 new CI Factory Packages!
0
kicks
Virtual Server in the Development Shop
How can Virtual Server improve the capability and reliability of your development shop? Let me count the ways...
0
kicks
Video: Implementing Continuous Integration: With and Without Team Sys
"In this session we'll dive into a world where the system is built and run on a daily basis, and even on an hourly basis. We'll discuss Tools and Libraries that help you get there with VS 2003, 2005 and Team System. Even with Express tools - it's all possible, and easier than you think."
0
kicks
How to Hook Up a VS.NET 2005 Solution With CruiseControl.NET in Mins
This is a short "primer" on how to get your CruiseControl.NET (CC.NET) Continuous Integration (CI) Server up and running with a very small configuration, and it will only take you about 5 minutes or so.
0
kicks
Extend Team Foundation Server To Enable Continuous Integration
Many development teams have adopted "agile" methodologies to manage change and to improve software quality. These methodologies promote continuous integration as a practice to build and test software products incrementally as new features are included, bugs are fixed, and code is refactore...