Hash on build (#30)

* Test for sha256

* Fix Path
This commit is contained in:
Nova Kwok 2020-03-12 20:39:13 +08:00 committed by GitHub
parent 4288d19abc
commit 56e5ac2b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,5 +12,10 @@ else
go build -v -ldflags "-s -w" -o builds/webp-server-${1}-${2}
fi
for file in builds/*
do
sha256sum ${file} > ${file}.sha256
done
echo "build done!"
ls builds