mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Add wercker.yml and badge to README
This commit is contained in:
parent
a40c468a7e
commit
581a7b52fb
@ -1,5 +1,7 @@
|
|||||||
# GoTTY - Share your terminal as a web application
|
# GoTTY - Share your terminal as a web application
|
||||||
|
|
||||||
|
[![wercker status](https://app.wercker.com/status/03b91f441bebeda34f80e09a9f14126f/s/master "wercker status")](https://app.wercker.com/project/bykey/03b91f441bebeda34f80e09a9f14126f)
|
||||||
|
|
||||||
GoTTY is a simple command line tool that turns your CLI tools into web applications.
|
GoTTY is a simple command line tool that turns your CLI tools into web applications.
|
||||||
|
|
||||||
![Screenshot](https://raw.githubusercontent.com/yudai/gotty/master/screenshot.gif)
|
![Screenshot](https://raw.githubusercontent.com/yudai/gotty/master/screenshot.gif)
|
||||||
|
23
wercker.yml
Normal file
23
wercker.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
box: tcnksm/gox
|
||||||
|
|
||||||
|
build:
|
||||||
|
steps:
|
||||||
|
- setup-go-workspace
|
||||||
|
- script:
|
||||||
|
name: go get
|
||||||
|
code: |
|
||||||
|
go get github.com/tools/godep
|
||||||
|
godep restore
|
||||||
|
- tcnksm/gox:
|
||||||
|
os: "darwin linux"
|
||||||
|
arch: "amd64"
|
||||||
|
- yudai/targz:
|
||||||
|
input: $WERCKER_OUTPUT_DIR/pkg
|
||||||
|
output: $WERCKER_OUTPUT_DIR/dist
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
steps:
|
||||||
|
- tcnksm/ghr:
|
||||||
|
token: $GITHUB_TOKEN
|
||||||
|
input: dist
|
||||||
|
replace: true
|
Loading…
Reference in New Issue
Block a user