Skip to content

Commit

Permalink
Fixing CI and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Depado committed Nov 12, 2017
1 parent 3b22a05 commit bd47f47
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 18 deletions.
39 changes: 21 additions & 18 deletions .drone.yml
@@ -1,21 +1,24 @@
build:
image: armhfbuild/golang:$$GO_VERSION
commands:
- go get
- go get ./...
- go build
- go test ./...
workspace:
base: /go
path: src/github.com/Depado/goploader/

matrix:
GO_VERSION:
- 1.6
- 1.5
ARCH:
- arm
- amd64

notify:
irc:
prefix: GoMonit Build
nick: Depadrone
channel: n0sec-bot
server:
host: irc.freenode.net
port: 6667
pipeline:
prerequisites:
image: "golang:1.9"
commands:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure

build:
image: "golang:1.9"
group: build
commands:
- go build
environment:
- GOARCH=${ARCH}
- CGO_ENABLED=0
4 changes: 4 additions & 0 deletions README.md
@@ -1,5 +1,9 @@
# gomonit
![Go Version](https://img.shields.io/badge/go-1.8-brightgreen.svg)
![Go Version](https://img.shields.io/badge/go-1.9-brightgreen.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/Depado/gomonit)](https://goreportcard.com/report/github.com/Depado/gomonit)
[![Build Status](https://drone.depado.eu/api/badges/Depado/gomonit/status.svg)](https://drone.depado.eu/Depado/gomonit)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Depado/bfchroma/blob/master/LICENSE)

Small soft to check if your services are running, providing a web interface.

Expand Down

0 comments on commit bd47f47

Please sign in to comment.