Using godownloader to generate a install script

Closes #78
This commit is contained in:
Andrey Nering
2018-04-07 15:07:43 -03:00
parent 0cd34bbebc
commit 96db9a9410
3 changed files with 408 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ tasks:
- go get -u github.com/asticode/go-astitodo/astitodo
- go get -u github.com/golang/dep/cmd/dep
- if [ "$CI" != "1" ]; then go get -u github.com/goreleaser/goreleaser; fi
- go get -u github.com/goreleaser/godownloader
update-deps:
desc: Updates dependencies
@@ -62,6 +63,11 @@ tasks:
cmds:
- goreleaser --snapshot --rm-dist
generate-install-script:
desc: Generate install script using https://githbub.com/goreleaser/godownloader
cmds:
- godownloader --repo go-task/task -o install-task.sh
todo:
desc: Prints TODO comments present in the code
cmds: