Skip to content

Commit

Permalink
Merge commit 'f9dcbf62a4727e0c28554516644afe6762e784d2' into bump-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Jan 17, 2017
2 parents 75ed573 + f9dcbf6 commit eb29a64
Show file tree
Hide file tree
Showing 17 changed files with 457 additions and 819 deletions.
1 change: 0 additions & 1 deletion tools/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ cover/cover
socks/proxy
socks/image.tar
runner/runner
cmd/wcloud/wcloud
*.pyc
*~
10 changes: 8 additions & 2 deletions tools/circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,23 @@ machine:

dependencies:
post:
- sudo chmod a+wr --recursive /usr/local/go/pkg
- go clean -i net
- go install -tags netgo std
- mkdir -p $(dirname $SRCDIR)
- cp -r $(pwd)/ $SRCDIR
- go get github.com/golang/lint/golint github.com/fzipp/gocyclo github.com/kisielk/errcheck
- |
cd $SRCDIR;
go get \
github.com/fzipp/gocyclo \
github.com/golang/lint/golint \
github.com/kisielk/errcheck \
gopkg.in/mvdan/sh.v1/cmd/shfmt
test:
override:
- cd $SRCDIR; ./lint .
- cd $SRCDIR/cover; make
- cd $SRCDIR/socks; make
- cd $SRCDIR/runner; make
- cd $SRCDIR/cmd/wcloud; make

11 changes: 0 additions & 11 deletions tools/cmd/wcloud/Makefile

This file was deleted.

238 changes: 0 additions & 238 deletions tools/cmd/wcloud/cli.go

This file was deleted.

Loading

0 comments on commit eb29a64

Please sign in to comment.