Which of the tasks are part of continuous integration?
Answers
Answered by
0
Explanation:
integration relies on the following principles.
Maintain a code repository.
Automate the build.
Make the build self-testing.
Everyone commits to the baseline every day.
Every commit (to baseline) should be built.
Keep the build fast.
Test in a clone of the production environment.
Similar questions