Produce 7zip artifacts on Travis and Appveyor
This commit is contained in:
parent
05a38e307c
commit
a7dae7fd70
4 changed files with 21 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue