Skip to content

Commit

Permalink
Trying to get the build environment correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
shift committed Feb 17, 2015
1 parent 0892a7b commit facb110
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ all: docker
echo "Done"

build:
go get github.com/pointlander/peg
go get github.com/harlanji/gogherkit
CGO_ENABLED=0 GOOS=linux go build -a -tags netgo -ldflags '-w' .

test: build
Expand Down
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ machine:
- mkdir /home/ubuntu/go14
- tar -C /home/ubuntu/go14 -xzf go14.tar.gz
- sudo chmod a+w /home/ubuntu/go14/go
- go get github.com/pointlander/peg
environment:
PATH: /home/ubuntu/go14/go/bin:$PATH
GOROOT: /home/ubuntu/go14/go
Expand Down

0 comments on commit facb110

Please sign in to comment.