summaryrefslogtreecommitdiffstats
path: root/.travis-upload.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.travis-upload.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis-upload.sh b/.travis-upload.sh
index 2cc968298..8cfab31cb 100755
--- a/.travis-upload.sh
+++ b/.travis-upload.sh
@@ -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