From a7dae7fd70baaf6b05668d4c14ce99dc54044159 Mon Sep 17 00:00:00 2001 From: j-selby Date: Thu, 27 Jul 2017 14:29:33 +1000 Subject: Produce 7zip artifacts on Travis and Appveyor --- .travis-upload.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis-upload.sh') 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 -- cgit v1.2.3