Add Magefile and release target
This commit is contained in:
11
misc/mage/install
Executable file
11
misc/mage/install
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
echo "Installing Mage..."
|
||||
|
||||
go get -u -d github.com/magefile/mage
|
||||
(
|
||||
cd $GOPATH/src/github.com/magefile/mage
|
||||
go run bootstrap.go
|
||||
)
|
Reference in New Issue
Block a user