Skip to content

Commit

Permalink
tweak windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Feb 25, 2019
1 parent 6dfb4ab commit 5a5b494
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .auto-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ elif [[ $TRAVIS_OS_NAME == 'windows' ]]; then

# Custom requirements on windows
cd target/release
rm -f *.zip
pwd
echo Dir Contents:
/bin/ls -ls
rm -f *.zip
echo Zipping
zip "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}'
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}'
Expand Down

0 comments on commit 5a5b494

Please sign in to comment.