mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2024-11-28 12:16:20 +01:00
909b176ce4
building binaries via circle-ci now.
13 lines
270 B
YAML
13 lines
270 B
YAML
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 |