mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-03 18:06:32 -05:00
Produce 7zip artifacts on Travis and Appveyor
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user