Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Jan 21, 2014
1 parent 573f144 commit 01b710f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
8 changes: 4 additions & 4 deletions script/bootstrap
@@ -1,6 +1,6 @@
#!/bin/bash

gopack="bin/gp-darwin-amd64"
[ -d "/proc" ] && gopack="bin/gp-linux-amd64"

$gopack version
set -e
echo "Installing dependencies"
go get ./...
go get github.com/bmizerany/assert
4 changes: 0 additions & 4 deletions script/fmt

This file was deleted.

6 changes: 3 additions & 3 deletions script/test
@@ -1,5 +1,5 @@
#!/bin/bash

script/fmt
GOPATH="`pwd`/.gopack/vendor" \
go test -v ./...
script/bootstrap
go fmt
go test -v ./...

0 comments on commit 01b710f

Please sign in to comment.