Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 567 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 567 Bytes

gogoci

A local/self hosted CI service for Go development, test, coverage, static analysis in one box

Motivation

  • Run CI locally so folks won't know you forgot to initialize map again and broke the test
  • Replacement for legacy enterprise CI systems (a.k.a outdated customized Jenkins)

Why not Drone, Gitlab CI etc.

  • Only focus on Go, include Go specific coverage, static analysis out of the box

About

There are many goci already, inspired by gogoprotobuf, hence the name gogoci.