持续集成部署
1、流程
更新编译代码、代码质量检查、更新数据库、执行单元测试、部署后台服务、执行接口测试、部署前台应用、执行UI测试、构建结果发布
http://www.infoq.com/cn/articles/develop-continuous-integration-around-automation-test
2、持续集成之“依赖管理”
http://www.infoq.com/cn/news/2011/05/ci-dependency-management
3、eg:Continuous Integration & Delivery For GitHub With TeamCity
http://www.codeproject.com/Articles/703244/Continuous-Integration-Delivery-For-GitHub-With-Te
Read More