wfjsw / gobuild2

new implementation of gobuild

Home Page:http://beta.gobuild.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gobuild2

wercker status

http://beta.gobuild.io is a online golang code build service. Use this service, you can easily share binary file with your friend.

Also you can got golang lib source package(including dependency) download.

How to add you repository to gobuild.io

for example: if your repo is github.com/beego/bee

open your browser, visit http://beta.gobuild.io/github.com/beego/bee, then the project will be added automaticly.

The command line tool(got) for gobuild

how to install

bash -c "$(curl -s gobuild.io/install_got.sh)"

Hooks

click to enter readme

gobuild setting .gobuild.yml

sample:

filesets:
  includes:
  - README.md
  - LICENSE
  excludes:
  - .*.go
settings:
  targetdir: ""
  addopts: ""
  yaml"cgoenable": false

NOTICES

developing now...

LICENSE

gobuild2 is under MIT License

Overview

ChangeLog

- 2014-06-07 support golang lib source package
- 2014-06-05 support source code package download

About

new implementation of gobuild

http://beta.gobuild.io

License:MIT License


Languages

Language:Go 97.6%Language:Python 1.3%Language:Shell 1.1%Language:JavaScript 0.0%