mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 01:47:58 -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