Integration and Construction Guide

zhaozj2021-02-12  155

First contributing a continuous integration scheme that has been verified in the project, using Ant / CppTask and CruiseControl, welcome to the automation and continuous integration of colleagues to exchange

Http://umlchina.smiling.com/group/posts/view_forum.ecgi?group_id=9986&res_message_id=1154382

http://upload.smiling.com/file/167052/doc.zip

Summary of the Integration and Construction Guide: The goal of software development is to get a running delivery workpiece that meets the demand, that is, a bundle that is generated by an intermediate workpiece such as source code, link and integrate. However, building integration is a seemingly simple and actually full of traps, especially in the scene development of team, will involve integration of source code developed by different members, solve complex situations such as various conflicts and dependencies. This process also directly depends on the support of the software configuration management process. A qualified set member needs to master a number of knowledge and skills. This document will help set relevant roles such as members to understand a complete build integration process and guide them to quickly grasp the construction of this project.

The main contents of this document include:

2 Describe how to create a work environment that meets project integration and build activities

2 brief introduction to the related knowledge of building tools

2 Description implementation -> unit test -> Submit -> Integration -> Basic process of smoke test

2 In-depth explanation of the process of continuous integration of automation

2 Provide guidelines for source structures and integration of third-party development kits, project components, etc.

转载请注明原文地址:https://www.9cbs.com/read-6154.html

New Post(0)