📜 feeds is a multi-protocol / multi-platform feed aggregation service that produces twtxt feeds for consumption by twtxt clients.
https://feeds.twtxt.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
432 B
28 lines
432 B
--- |
|
kind: pipeline |
|
name: default |
|
|
|
steps: |
|
- name: build-and-test |
|
image: r.mills.io/prologic/golang-alpine:latest |
|
commands: |
|
- make build |
|
- make test |
|
|
|
- name: notify-irc |
|
image: plugins/webhook |
|
settings: |
|
urls: |
|
- https://msgbus.mills.io/ci.mills.io |
|
when: |
|
status: |
|
- success |
|
- failure |
|
|
|
trigger: |
|
branch: |
|
- master |
|
event: |
|
- tag |
|
- push |
|
- pull_request
|
|
|