Add Gitlab instructions
parent
0686fb68b6
commit
b17c12a052
1 changed files with 11 additions and 0 deletions
11
Autobuilding-From-GitLab.md
Normal file
11
Autobuilding-From-GitLab.md
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue