Produce 7zip artifacts on Travis and Appveyor

This commit is contained in:
j-selby 2017-07-27 14:29:33 +10:00
parent 05a38e307c
commit a7dae7fd70
4 changed files with 21 additions and 4 deletions

View file

@ -124,6 +124,11 @@ EOL
tar $COMPRESSION_FLAGS "$ARCHIVE_NAME" "$REV_NAME"
mv "$REV_NAME" nightly
7z a "$REV_NAME.7z" nightly
# move the compiled archive into the artifacts directory to be uploaded by travis releases
mv "$ARCHIVE_NAME" artifacts/
mv "$REV_NAME.7z" artifacts/
fi