2017-05-25 02:43:05 +02:00
|
|
|
Zulip supports integration with CircleCI and can notify you of
|
|
|
|
your build statuses.
|
|
|
|
|
2018-02-09 00:49:25 +01:00
|
|
|
1. {!create-stream.md!}
|
2017-05-25 02:43:05 +02:00
|
|
|
|
2018-02-19 21:24:22 +01:00
|
|
|
1. {!create-bot-construct-url-indented.md!}
|
2017-05-25 02:43:05 +02:00
|
|
|
|
2018-02-19 21:24:22 +01:00
|
|
|
1. Add the following to the bottom of your `circle.yml` file:
|
|
|
|
|
|
|
|
```
|
|
|
|
notify:
|
|
|
|
webhooks:
|
|
|
|
- url: <URL constructed above>
|
|
|
|
```
|
|
|
|
|
|
|
|
Set **url** to the URL constructed above. Push this change to your repository.
|
2017-05-25 02:43:05 +02:00
|
|
|
|
|
|
|
{!congrats.md!}
|
|
|
|
|
|
|
|
![](/static/images/integrations/circleci/001.png)
|