building with circle-ci

building binaries via circle-ci now.
This commit is contained in:
Steve Brunton
2018-10-31 23:17:19 -04:00
committed by GitHub
parent 0f7d5bea2c
commit 909b176ce4
3 changed files with 32 additions and 1 deletions

13
.circleci/config.yml Normal file
View File

@@ -0,0 +1,13 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.10.4-stretch
working_directory: /go/src/github.com/nshttpd/mikrotik-exporter
branches:
only:
- master
- /^nshttpd.*/
steps:
- checkout
- run: make deploy