(+)add binaries download links

This commit is contained in:
Fan Yang 2015-01-10 14:20:28 +08:00
parent 02871e640d
commit 9dff74e08a
2 changed files with 38 additions and 4 deletions

View File

@ -5,6 +5,40 @@ Yet Another ifconfig inspired by http://ifconfig.me, the online demos are at [ht
[![Build Status](https://secure.travis-ci.org/missdeer/ifconfig.png)](https://travis-ci.org/missdeer/ifconfig)
Download the pre-built binary from Gobuild.io:
Download the pre-built binaries for variant platforms:
[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)
[Windows amd64](https://github.com/missdeer/ifconfig/raw/prebuilt/ifconfig-windows-amd64)
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)

View File

@ -77,8 +77,8 @@ prebuilt_prepare()
git config user.name "${GIT_NAME}"
git config user.email "${GIT_EMAIL}"
# clean working dir
#rm -f .git/index
#git clean -df
rm -f .git/index
git clean -df
}
prebuilt_commit() {
@ -87,7 +87,7 @@ prebuilt_commit() {
ls
git add --all;
git add -f ./ifconfig-*
git commit -m "Automatic pre build $(date)";
git commit -m "Automatic pre build by travis at $(date)";
}
gh_setup_askpass() {