mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-27 21:39:20 +02:00
20 lines
537 B
Markdown
20 lines
537 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](actions.md)
|
|
- [Azure Pipelines](azurepipelines.md)
|
|
- [Circle CI](circle.md)
|
|
- [Cirrus CI](cirrus.md)
|
|
- [Google CloudBuild](cloudbuild.md)
|
|
- [Codefresh](codefresh.md)
|
|
- [Drone](drone.md)
|
|
- [GitLab CI](gitlab.md)
|
|
- [Jenkins](jenkins.md)
|
|
- [Semaphore](semaphore.md)
|
|
- [Travis CI](travis.md)
|
|
- [Woodpecker](woodpecker.md)
|