simev / semaphore-demo-go

Semaphore demo CI pipeline using Go.

Home Page:https://docs.semaphoreci.com/article/115-golang-continuous-integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semaphore demo CI pipeline using Go

This is an example program and CI pipeline showing how to run a Go project on Semaphore 2.0.

CI on Semaphore

Feel free to fork this repository and use it to create a Semaphore project.

The CI pipeline is defined in .semaphore/semaphore.yml and when you run it it will look like this:

CI pipeline on Semaphore

You can extend the pipeline with deployment by implementing a promotion. Refer to Semaphore documentation for additional deployment examples.

License

Copyright (c) 2019 Rendered Text

Distributed under the MIT License. See the file LICENSE.

About

Semaphore demo CI pipeline using Go.

https://docs.semaphoreci.com/article/115-golang-continuous-integration

License:MIT License


Languages

Language:Go 100.0%