BigW Consortium Gitlab

_guide.html.haml 594 Bytes
Newer Older
1 2 3 4 5 6
.bs-callout.help-callout
  %h4 How to setup CI for this project

  %ol
    %li
      Add at least one runner to the project.
7
      Go to #{link_to 'Runners page', runners_path(@project), target: :blank} for instructions.
8
    %li
Kamil Trzcinski committed
9 10
      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}.
11 12 13
      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.