Enterprise Continuous Integration with Binary Dependencies example

简介: 原文http://confluence.public.thoughtworks.org/display/CCNET/Enterprise+Continuous+Integration+with+Binary+Dependencies+example Added by Mike Roberts ...

原文http://confluence.public.thoughtworks.org/display/CCNET/Enterprise+Continuous+Integration+with+Binary+Dependencies+example

Added by Mike Roberts , last edited by Mike Roberts on Jan 15, 2007  (view change)

This example shows how to use CruiseControl.NET to automate 'Enterprise' (or cross-project) Continuous Integration (ECI). The particular flavour of ECI works by splitting up 1 project into 2 and introducing a 'binary' (or DLL) dependency between the 2. An ECI build is used as an 'early warning' to say when the two projects have become out of sync (e.g. an API change)

Unzip the zip file to C:\ccnetexamples\eci, and then follow the directions in the embedded readme.txt file

Download the zip from http://sourceforge.net/project/showfiles.php?group_id=71179&package_id=140831

This example was used to demonstrate a paper at XP 2004 - see here for more details.

相关文章
|
7月前
|
存储 监控 Shell
《500 Lines or Less》(2)A Continuous Integration System(持续集成系统)
《500 Lines or Less》(2)A Continuous Integration System(持续集成系统)
|
机器人 Python 数据格式
Robot Framework's built-in tool:libdoc
Libdoc是Robot框架的内置工具之一,用于生成HTML和XML格式的测试库和资源文件的关键字文档,使用起来我感觉非常的灵活方便。 General Usage 语法使用 python -m robot.
1389 0
|
Android开发 Java Kotlin
Architecture -- WorkManager
1. WorkManager 1). 简介 其实就是"管理一些要在后台工作的任务, -- 即使你的应用没启动也能保证任务能被执行",WorkManager在底层, 会根据你的设备情况, 选用JobScheduler, Firebase的JobDispatcher, 或是AlarmManager。
908 0