Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egel/build-indicator
Build indicator for git branch
https://github.com/egel/build-indicator
Last synced: 5 days ago
JSON representation
Build indicator for git branch
- Host: GitHub
- URL: https://github.com/egel/build-indicator
- Owner: egel
- License: mit
- Created: 2019-06-23T10:28:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T17:37:17.000Z (over 5 years ago)
- Last Synced: 2024-04-18T15:57:43.239Z (7 months ago)
- Language: Go
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build indicator
[![Go Report Card](https://goreportcard.com/badge/github.com/egel/build-indicator)](https://goreportcard.com/report/github.com/egel/build-indicator)
[![Build Status](https://travis-ci.org/egel/build-indicator.svg?branch=master)](https://travis-ci.org/egel/build-indicator)
[![Coverage Status](https://coveralls.io/repos/github/egel/build-indicator/badge.svg?branch=master)](https://coveralls.io/github/egel/build-indicator?branch=master)
[![MIT LICENSE](http://img.shields.io/badge/license-MIT-yellowgreen.svg?style=square)](https://github.com/egel/dotfiles/blob/master/LICENSE)> This small tool use [USB-MiniTrafficLight](http://www.cleware-shop.de/epages/63698188.sf/en_US/?ObjectPath=/Shops/63698188/Products/41/SubProducts/41-1) to display build status from your repository branch.
We support:
- Gitlab v4 (official, private instances)
## Use docker image
```bash
docker pull egel/build-indicator:latest
docker run -i -t --privileged egel/build-indicator:latest /bin/bash
clewarecontrol -l
```## Build from source
```bash
docker build -t egel/usb-mini-traffic-light:latest .
docker run -i -t --privileged egel/usb-mini-traffic-light:latest /bin/bash
```