This repository has been archived by the owner on May 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from lovoo/cleanup
travis build, release
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
language: go | ||
go: | ||
- 1.7 | ||
script: | ||
- make build | ||
- make test | ||
|
||
before_deploy: make release-build | ||
deploy: | ||
provider: releases | ||
api_key: | ||
secure: XrlBDTA5GVBrHsGeICH/Ag8ks14ApjJYcqoj1CHitAfmQvAy7w8OmQiybjzUuaIpqZHqgYXaqnlf6cgseyiTqdrqd4GY7+gddVTV6RaJhjYXJkUca+OpF9yzEmseDDtfW4pdBewYs5yb3+3yoLN9mbkMQ6EtlF76yqXUeap9tWXotqEDSSuNtI4tV3Yi0SOapr0MLJOHFnsSQ+x+8qj+Zbp8M2f1SwQ/yMLIKhyyYZutqC7z/6giGWIsxzJVsN91lgndjpM2pTeF3TT2JC63nhiWoqp4n1NlQUKa1Fro382N6iqzreXsZBBcZAvXRzNB4QAbMSZXdYIUARYSSmTi9hvpGM7HPpVF0EXJ59UqzugkWhGC4cPwjFnb1o+br9ckEYO+ZLJdHFXd0H4Mwv0plxKQhzuD+EiolHDwgTa1WIrfZOBVPITvroOQRdzyCSGrciVxZWTl7PixuCSxIPGTkCSndQe53pgJyJmvM7R+nzsa0o1tL9+9c7TNv8g0/gadRHpfZszy4qIBy5hX+fT00NSDAnGnNSLtjVal1rayE2hPWh3xQYUhSgz4UhzqVkHhdYz8z+vvEQCEY9geAYma8dG6k/uunAoOnz/QehRg3GLJw8UfnmbEuPwBp43bdLXn0nZ/xL3NqGJtY3Dw3qfy4e9KJ3XHEbsxvS//FNZlfoA= | ||
file: | ||
- ipmi_exporter_darwin_amd64 | ||
- ipmi_exporter_freebsd_386 | ||
- ipmi_exporter_freebsd_amd64 | ||
- ipmi_exporter_linux_386 | ||
- ipmi_exporter_linux_amd64 | ||
- ipmi_exporter_linux_arm | ||
- ipmi_exporter_linux_arm64 | ||
- ipmi_exporter_windows_386.exe | ||
- ipmi_exporter_windows_amd64.exe | ||
on: | ||
repo: lovoo/ipmi_exporter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ IPMI Exporter for prometheus.io, written in Go. | |
|
||
## Requirements | ||
|
||
* ipmitool | ||
* ipmitool | ||
|
||
## Docker Usage | ||
|
||
|