.circleci

This commit is contained in:
Горлов Максим 2019-08-16 10:59:09 +03:00 committed by GitHub
parent 9b5b883d6b
commit de1e2e08b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.circleci/config.yml Normal file
View File

@ -0,0 +1,14 @@
version: 2
jobs:
build:
working_directory: /go/src/github.com/Sheridan/smartctl_exporter
docker:
- image: circleci/golang:1.10.0
environment:
- GOCACHE: "/tmp/go/cache"
- DEP_VERSION: 0.4.1
steps:
- checkout
- run:
name: build
command: make build