(*)remove prebuilt binaries

This commit is contained in:
Fan Yang 2016-11-15 14:20:57 +08:00
parent ec36918a31
commit cbcff47b5b
2 changed files with 10 additions and 43 deletions

View File

@ -1,12 +1,12 @@
language: go
go:
- 1.5
- 1.7.3
- tip
script:
- go build .
- pwd && cd build && ./travis-build.sh
- go build .
env:
global:
- GITHUB_REPO: missdeer/ifconfig
- GIT_NAME: missdeer
- GIT_EMAIL: missdeer@dfordsoft.com
- secure: Putn2dfCb7wEXFZ5yF/TFo8HHiyIGf7b80C5lJHB4YTKxKBic8xOd3v6IhVfXNZgHSvuA+TVDI9VQJ9eRviJalCVN1qP88oLlrj4/q1WeF9DDUxpTPHV1uP/z6F8s0nmyICRFPs7Gq0fUyfZae+DgF0uaZT+6VxDksjg25eYFFQ=
- GITHUB_REPO: missdeer/ifconfig
- GIT_NAME: missdeer
- GIT_EMAIL: missdeer@dfordsoft.com
- secure: Putn2dfCb7wEXFZ5yF/TFo8HHiyIGf7b80C5lJHB4YTKxKBic8xOd3v6IhVfXNZgHSvuA+TVDI9VQJ9eRviJalCVN1qP88oLlrj4/q1WeF9DDUxpTPHV1uP/z6F8s0nmyICRFPs7Gq0fUyfZae+DgF0uaZT+6VxDksjg25eYFFQ=

View File

@ -5,40 +5,7 @@ Yet Another ifconfig inspired by http://ifconfig.me, the online demo is [https:
[![Build Status](https://secure.travis-ci.org/missdeer/ifconfig.png)](https://travis-ci.org/missdeer/ifconfig)
Download the pre-built binaries for variant platforms:
Build
----
[Darwin x86](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-darwin-386)
[Darwin amd64](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-darwin-amd64)
[DragonflyBSD x86](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-dragonfly-386)
[DragonflyBSD amd64](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-dragonfly-amd64)
[OpenBSD x86](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-openbsd-386)
[OpenBSD amd64](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-openbsd-amd64)
[NetBSD x86](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-netbsd-386)
[NetBSD amd64](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-netbsd-amd64)
[FreeBSD x86](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-freebsd-386)
[FreeBSD amd64](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-freebsd-amd64)
[FreeBSD arm6](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-freebsd-arm)
[Linux x86](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-linux-386)
[Linux amd64](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-linux-amd64)
[Linux arm6](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-linux-arm)
[Windows x86](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-windows-386), append the extension name ".exe" after downloaded.
[Windows amd64](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-windows-amd64), append the extension name ".exe" after downloaded.
Download the pre-built binary from Gobuild.io(deprecated):
[![Gobuild Download](http://gobuild.io/badge/github.com/missdeer/ifconfig/download.png)](http://gobuild.io/github.com/missdeer/ifconfig)
`go get github.com/missdeer/ifconfig`