- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 50字
- 2021-07-02 15:42:08
Continuous Integration
The first step to delivering consistent and high-quality software is Continuous Integration (CI). CI is all about ensuring your software is in a deployable state at all times. That is, the code compiles and the quality of the code can be assumed to be of reasonably good quality.
推薦閱讀
- Redis Applied Design Patterns
- Boost C++ Application Development Cookbook(Second Edition)
- C/C++常用算法手冊(cè)(第3版)
- MATLAB定量決策五大類問(wèn)題
- Building Minecraft Server Modifications
- concrete5 Cookbook
- Java項(xiàng)目實(shí)戰(zhàn)精編
- Hands-On Automation Testing with Java for Beginners
- BeagleBone Black Cookbook
- Python High Performance Programming
- Web App Testing Using Knockout.JS
- HTML5+CSS3+JavaScript 從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- Java7程序設(shè)計(jì)入門(mén)經(jīng)典
- Backbone.js Testing
- Go語(yǔ)言入門(mén)經(jīng)典