diff options
author | Feodor Fitsner <feodor@appveyor.com> | 2019-09-05 13:48:35 -0700 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-09-05 22:48:35 +0200 |
commit | 79c8bc0e51db9ef1579b72d0510cac9aaded06db (patch) | |
tree | ed1d706496e2ab6567a992f249c711a7a3f88d45 /docs | |
parent | 5ef21408e2079c386e408d1e0947434c92d0924f (diff) | |
download | gitea-79c8bc0e51db9ef1579b72d0510cac9aaded06db.tar.gz gitea-79c8bc0e51db9ef1579b72d0510cac9aaded06db.zip |
Added AppVeyor to the list of CI/CD working with Gitea (#8104)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/ci-cd.en-us.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/doc/advanced/ci-cd.en-us.md b/docs/content/doc/advanced/ci-cd.en-us.md index 7492a4da59..5d64337533 100644 --- a/docs/content/doc/advanced/ci-cd.en-us.md +++ b/docs/content/doc/advanced/ci-cd.en-us.md @@ -26,6 +26,7 @@ the purpose is to give a starting point to integrate a CI/CD process with your G - [Jenkins](https://jenkins.io/) with [Gitea plugin](https://plugins.jenkins.io/gitea) - [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/) 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) |