Add buildbot CI (#8378)

Buildbot can work with Gitea
This commit is contained in:
Km 2019-10-04 19:30:05 +02:00 committed by Antoine GIRARD
parent ae939652ea
commit de8a0a3938
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ the purpose is to give a starting point to integrate a CI/CD process with your G
- [Agola](https://agola.io)
- [Buildkite](https://buildkite.com) with [Gitea connector](https://github.com/techknowlogick/gitea-buildkite-connector)
- [AppVeyor](https://www.appveyor.com) with [built-in Gitea support](https://www.appveyor.com/blog/2019/09/05/gitea-receives-first-class-support-in-appveyor/)
- [Buildbot](https://www.buildbot.net/) with [Gitea plugin](https://github.com/lab132/buildbot-gitea)
Others CI/CD solutions that partially can be integrated with Gitea:
- [Concourse](https://www.concourse-ci.org), see more information at [Concourse community forum](https://discuss.concourse-ci.org/t/concourse-ci-and-gitea-oauth/1475)