CI:gitlab + gitlab-ci + slack
阿新 • • 發佈:2019-02-20
持續集成 because 使用 The -c ubunt report pro b-
最近在熟悉gitlab + gitlab-ci + slack,實現可持續集成,對開發流程實現自動化。
1. Ubuntu 16.04搭建GitLab服務器 參考:https://www.linuxidc.com/Linux/2018-01/150319.htm 2. This job is stuck, because the project doesn‘t have any runners online assigned to it. Go to Runners page 參考:https://stackoverflow.com/questions/53370840/this-job-is-stuck-because-the-project-doesnt-have-any-runners-online-assigned3. 使用GitLab CI 持續集成 參考:http://www.fridayhaohao.com/articles/28/ 註冊runner,code .gitlab-ci.yml,使gitlab OK 4.生成Badges徽章 參考:https://about.gitlab.com/2016/11/03/publish-code-coverage-report-with-gitlab-pages/
CI:gitlab + gitlab-ci + slack