tech(build): create sha files for windows build

This commit is contained in:
bergquist
2016-10-18 10:54:17 +02:00
parent 860865bd55
commit d016fc1da1
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ install:
build_script:
- go run build.go build
- grunt release
- go run build.go sha1-dist
- cp dist/* .
artifacts:

View File

@@ -98,6 +98,9 @@ func main() {
createDebPackages()
sha1FilesInDist()
case "sha1-dist":
sha1FilesInDist()
case "latest":
makeLatestDistCopies()
sha1FilesInDist()