Stories recently tagged with 'ContinuousIntegration'

Free Continuous Integration Toolkit(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 7 months ago

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 control after completing all development. My personal definition is: “Giving a damn that the code you write is not breaking the app considering that other developers are working on the code base at the same time and realizing that you are not infallible.” read more...

1 comment |category: |Views: 540

tags: another

Why I prefer easyCIS among CI tools(www.easycis.eu)

submitted by vaclav_zahradnikvaclav_zahradnik(10) 2 years, 4 months ago

Product developer's point of view on what easyCIS excels in among CI tools. read more...

add a comment |category: |Views: 4

tags: another

Staged build: Keeping build time reasonably low(easycis.eu)

submitted by vaclav_zahradnikvaclav_zahradnik(10) 2 years, 5 months ago

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 you have extensive testing that involves use of another servers and it takes about a day to complete? Should you reject the continuous integration idea at all or is there a solution for you? read more...

add a comment |category: |Views: 20

tags: another

Fun with Continuous-Integration (Really!)(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

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. read more...

add a comment |category: |Views: 14

tags: another

Source Control and Continuous Integration On The Cheap(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years, 4 months ago

Setup source control (Subversion via VisualSVN Server) and a continuous integration environment (JetBrains' TeamCity) in less than 3 hours! read more...

add a comment |category: |Views: 25

tags: another

Why Use Continuous Integration - Beginner's Overview(scottcreynolds.com)

submitted by percent20percent20(855) 4 years, 5 months ago

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. read more...

add a comment |category: |Views: 52

tags: another

Continuous Integration: The Cornerstone of a Great Shop(sqazone.net)

submitted by sqazonesqazone(100) 4 years, 7 months ago

This article shows how continuous integration can help to keep projects on track with a rapid feedback on the product status. read more...

add a comment |category: |Views: 7

tags: another

Continuous Integration with Draco.NET(devlicious.com)

submitted by bennagebennage(1150) 4 years, 9 months ago

Beginner's tale of setting up Continuous Integration with Draco.NET, Subversion, and NAnt. read more...

1 comment |category: |Views: 18

tags: another

The right way to think about source control(workblog.jonrowett.com)

submitted by jrowettjrowett(60) 5 years ago

Source code control is not just a fancy version of File -> Save... read more...

3 comments |category: |Views: 3

tags: another

CI Factory Beta 0.8.0.54(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 2 months ago

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 snap to convert! I even have a screencast dedicated to showing how easy it is. read more...

add a comment |category: |Views: 0

tags: another

CI Factory Beta 0.8.0.27(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 2 months ago

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! read more...

add a comment |category: |Views: 3

tags: another

Virtual Server in the Development Shop(laribee.com)

submitted by laribeelaribee(720) 5 years, 4 months ago

How can Virtual Server improve the capability and reliability of your development shop? Let me count the ways... read more...

add a comment |category: |Views: 1

tags: another

Video: Implementing Continuous Integration: With and Without Team Sys(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 5 months ago

"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." read more...

add a comment |category: |Views: 15

tags: another

How to Hook Up a VS.NET 2005 Solution With CruiseControl.NET in Mins(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 6 months ago

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. read more...

add a comment |category: |Views: 14

tags: another

Extend Team Foundation Server To Enable Continuous Integration(msdn.microsoft.com)

submitted by MarthaBassMarthaBass(490) 6 years, 3 months ago

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 refactored. So how does Visual Studio® 2005 Team System and Team Foundation Server facilitate the process of agile development and continuous integration? This article answers that question by creating an example project using agile concepts such as test-driven development (TDD) using the new unit testing features in Visual Studio 2005 Team System. After the project is completed, I'll show how to create a team project using Team Foundation Server and use this technology's extensibility features to build a custom Web service that enables continuous integration to build the application as code is checked into source control. read more...

add a comment |category: |Views: 8

tags: another