final tweaks to windows build

This commit is contained in:
yeastplume 2019-02-25 14:16:33 +00:00
parent 3bf462f689
commit d7ae497022
No known key found for this signature in database
GPG key ID: AE6E005DF6E76B95

View file

@ -23,15 +23,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
elif [[ $TRAVIS_OS_NAME == 'windows' ]]; then elif [[ $TRAVIS_OS_NAME == 'windows' ]]; then
# Custom requirements on windows # Custom requirements on windows
cd target/release cd target/release ; rm -f *.zip ; 7z a -tzip "grin-wallet-$tagname-$TRAVIS_JOB_ID-win-x64.zip" grin-wallet.exe
pwd
echo Dir Contents:
/bin/ls -ls
rm -f *.zip
echo Zipping
7z a -tzip "grin-wallet-$tagname-$TRAVIS_JOB_ID-win-x64.zip" grin-wallet.exe
echo All Dir Contents:
/bin/ls -ls
/bin/ls -ls *.zip | awk '{print $6,$7,$8,$9,$10}' /bin/ls -ls *.zip | awk '{print $6,$7,$8,$9,$10}'
md5sum "grin-wallet-$tagname-$TRAVIS_JOB_ID-win-x64.zip" > "grin-wallet-$tagname-$TRAVIS_JOB_ID-win-x64.zip"-md5sum.txt md5sum "grin-wallet-$tagname-$TRAVIS_JOB_ID-win-x64.zip" > "grin-wallet-$tagname-$TRAVIS_JOB_ID-win-x64.zip"-md5sum.txt
/bin/ls -ls *-md5sum.txt | awk '{print $6,$7,$8,$9,$10}' /bin/ls -ls *-md5sum.txt | awk '{print $6,$7,$8,$9,$10}'