Skip to content

Commit

Permalink
Add make_archive, sha256sum steps to AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
crwood committed Apr 10, 2019
1 parent a7afc1b commit 5361d10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ after_test:
- "make" - "make"
- ".\\dist\\Gridsync\\Gridsync.exe --version" - ".\\dist\\Gridsync\\Gridsync.exe --version"
- ".\\dist\\Gridsync\\Tahoe-LAFS\\tahoe.exe --version-and-path" - ".\\dist\\Gridsync\\Tahoe-LAFS\\tahoe.exe --version-and-path"
- "python .\\scripts\\make_archive.py"
- "move .\\dist\\Gridsync.zip .\\dist\\Gridsync-Windows.zip" - "move .\\dist\\Gridsync.zip .\\dist\\Gridsync-Windows.zip"
- "python .\\scripts\\sha256sum.py .\\dist\\Gridsync-Windows*"
artifacts: artifacts:
- path: dist\Gridsync-Windows.zip - path: dist\Gridsync-Windows.zip
name: Gridsync-Windows.zip name: Gridsync-Windows.zip
Expand Down

0 comments on commit 5361d10

Please sign in to comment.