From 730a06d724c12e8a7f16e2387c893fb7edbd03aa Mon Sep 17 00:00:00 2001 From: Shunsuke Maeda Date: Mon, 24 Sep 2018 12:40:24 +0900 Subject: [PATCH] add duci (#2108) Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks! **Please provide package links to:** - github.com repo: https://github.com/duck8823/duci - godoc.org: https://godoc.org/github.com/duck8823/duci - goreportcard.com: https://goreportcard.com/report/github.com/duck8823/duci - coverage service link: [![Coverage Status](https://coveralls.io/repos/github/duck8823/duci/badge.svg?branch=master)](https://coveralls.io/github/duck8823/duci?branch=master) Very good coverage **Note**: that new categories can be added only when there are 3 packages or more. **Make sure that you've checked the boxes below before you submit PR:** - [x] I have added my package in alphabetical order. - [x] I have an appropriate description with correct grammar. - [x] I know that this package was not listed before. - [x] I have added godoc link to the repo and to my pull request. - [x] I have added coverage service link to the repo and to my pull request. - [x] I have added goreportcard link to the repo and to my pull request. - [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard). Thanks for your PR, you're awesome! :+1: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13cd8590..334d7a83 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Tools for help with continuous integration.* * [drone](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go. +* [duci](https://github.com/duck8823/duci) - A simple ci server no needs domain specific languages. * [gomason](https://github.com/nikogura/gomason) - Test, Build, Sign, and Publish your go binaries from a clean workspace. * [goveralls](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system. * [overalls](https://github.com/go-playground/overalls) - Multi-Package go project coverprofile for tools like goveralls.