From b17c12a052fc3a7b71c43e80d47cf177787c8532 Mon Sep 17 00:00:00 2001 From: Jonathan Libby Date: Thu, 31 Jul 2014 15:55:27 -0700 Subject: [PATCH] Add Gitlab instructions --- Autobuilding-From-GitLab.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Autobuilding-From-GitLab.md diff --git a/Autobuilding-From-GitLab.md b/Autobuilding-From-GitLab.md new file mode 100644 index 0000000..36f80f7 --- /dev/null +++ b/Autobuilding-From-GitLab.md @@ -0,0 +1,11 @@ +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 left. +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. \ No newline at end of file