gitlab-org--gitlab-foss/app/views/ci/shared/_guide.html.haml

14 lines
594 B
Plaintext
Raw Normal View History

2015-08-26 01:42:46 +00:00
.bs-callout.help-callout
%h4 How to setup CI for this project
%ol
%li
Add at least one runner to the project.
2015-12-04 11:55:23 +00:00
Go to #{link_to 'Runners page', runners_path(@project), target: :blank} for instructions.
2015-08-26 01:42:46 +00:00
%li
2015-12-10 17:47:22 +00:00
Put the .gitlab-ci.yml in the root of your repository. Examples can be found in
#{link_to "Configuring project (.gitlab-ci.yml)", "http://doc.gitlab.com/ci/yaml/README.html", target: :blank}.
2015-08-26 01:42:46 +00:00
You can also test your .gitlab-ci.yml in the #{link_to "Lint", ci_lint_path}
%li
Return to this page and refresh it, it should show a new build.