Skip to content

Commit

Permalink
Adds dev command for building (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Leduc-Hamel committed Jun 21, 2018
1 parent bcf9ee2 commit 169f623
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,9 @@ commands:
[ -e "$GOPATH/bin/bud" ] && sudo rm -v $GOPATH/bin/bud
bash -c "$(curl -sL https://raw.githubusercontent.com/devbuddy/devbuddy/master/install.sh)"
build:
desc: Build all bud binaries
run: script/buildall

open:
milestone: https://github.com/devbuddy/devbuddy/milestone/1

0 comments on commit 169f623

Please sign in to comment.