Add sha256 hash for CI binaries to GCversionXXX.txt

[publish binaries]
This commit is contained in:
Ale Martinez
2020-05-13 19:17:24 -03:00
parent f261a76b9e
commit 71a81e7f01
3 changed files with 5 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ ls -l $FINAL_NAME
### Minimum Test
./$FINAL_NAME --version 2>GCversionLinux.txt
git log -1 >> GCversionLinux.txt
echo "SHA256 hash of $FINAL_NAME:" >> GCversionLinux.txt
shasum -a 256 $FINAL_NAME | cut -f 1 -d ' ' >> GCversionLinux.txt
cat GCversionLinux.txt
### upload for testing