mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
a18e61e213
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
20 lines
530 B
Markdown
20 lines
530 B
Markdown
# Continuous Integration
|
|
|
|
GoReleaser was built from the very first commit with the idea of
|
|
running it as part of the CI pipeline in mind.
|
|
|
|
Let's see how we can get it working on popular CI software:
|
|
|
|
- [GitHub Actions](/ci/actions)
|
|
- [Azure Pipelines](/ci/azurepipelines)
|
|
- [Circle CI](/ci/circle)
|
|
- [Cirrus CI](/ci/cirrus)
|
|
- [Google CloudBuild](/ci/cloudbuild)
|
|
- [Codefresh](/ci/codefresh)
|
|
- [Drone](/ci/drone)
|
|
- [GitLab CI](/ci/gitlab)
|
|
- [Jenkins](/ci/jenkins)
|
|
- [Semaphore](/ci/semaphore)
|
|
- [Travis CI](/ci/travis)
|
|
|