2 Autobuilding From GitLab
Andrej Hudec edited this page 2016-11-08 08:48:58 +01:00

If you would like your builds to run automatically whenever there is a commit or other similar activity in your Gitlab repository, perform the following steps:

  1. Log into PHPCI.
  2. Click on your Gitlab project.
  3. Copy the web hook link specified on the right.
  4. Log into Gitlab and go to your repo.
  5. Click the "settings" tab in the top right corner of the page.
  6. Click on "Web Hooks".
  7. Paste the link you copied from PHPCI into the "URL" textbox.
  8. Select the events which you want to trigger a PHPCI build. The default and recommended setup is to only enable "push events."
  9. Click "Add Web Hook," and verify that the test was successful.