summaryrefslogtreecommitdiff
path: root/.travis-upload.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis-upload.sh')
-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
124 124
125 tar $COMPRESSION_FLAGS "$ARCHIVE_NAME" "$REV_NAME" 125 tar $COMPRESSION_FLAGS "$ARCHIVE_NAME" "$REV_NAME"
126 126
127 mv "$REV_NAME" nightly
128
129 7z a "$REV_NAME.7z" nightly
130
127 # move the compiled archive into the artifacts directory to be uploaded by travis releases 131 # move the compiled archive into the artifacts directory to be uploaded by travis releases
128 mv "$ARCHIVE_NAME" artifacts/ 132 mv "$ARCHIVE_NAME" artifacts/
133 mv "$REV_NAME.7z" artifacts/
129fi 134fi