mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 06:32:25 -07: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