Update .travis.yml
This commit is contained in:
parent
e2868cbcf9
commit
2460463be6
@ -18,6 +18,7 @@ script:
|
|||||||
- go build -o binary github.com/mholt/caddy/caddy
|
- go build -o binary github.com/mholt/caddy/caddy
|
||||||
- go build github.com/hacdias/filemanager
|
- go build github.com/hacdias/filemanager
|
||||||
- ineffassign .
|
- ineffassign .
|
||||||
|
- mkdir dist
|
||||||
- gox -output "dist/{{.OS}}-{{.Arch}}-{{.Dir}}"
|
- gox -output "dist/{{.OS}}-{{.Arch}}-{{.Dir}}"
|
||||||
- ls dist/
|
- ls dist/
|
||||||
- ghr --username hacdias --token $GITHUB_TOKEN --replace --prerelease --debug latest dist/
|
- ghr --username hacdias --token $GITHUB_TOKEN --replace --prerelease --debug latest dist/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user