Skip to content

Commit

Permalink
FIX linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbouh committed Jul 21, 2016
1 parent 9afaec2 commit 5630b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gimmefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
]
},
"commands": [
"env GOPATH=$PWD GOGENPATH=$GIMME_SCRATCH/src go generate -v -x qa/main qa/runner qa/tapjio",
"env GOPATH=$PWD GOGENPATH=$GIMME_SCRATCH/src go generate -v -x qa/main qa/runner qa/tapjio qa/analysis",
"env GOPATH=$PWD:$GIMME_SCRATCH GOOS=linux GOARCH=amd64 go build -o $GIMME_OUTPUT/bin/qa qa/main"
],
"prepend-platform-env": {
Expand Down

0 comments on commit 5630b9b

Please sign in to comment.