summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-07-23 12:34:06 +0200
committersfan5 <sfan5@live.de>2023-07-25 11:34:59 +0200
commitd521ba38d132798e0d05cee2609b4c1c3aed9962 (patch)
tree205d16978a1ac7f161d52949941e3bacd426ebf9 /ci
parent4ac5e6c810760815408a02f38a23a9045489cf81 (diff)
downloadmpv-d521ba38d132798e0d05cee2609b4c1c3aed9962.tar.bz2
mpv-d521ba38d132798e0d05cee2609b4c1c3aed9962.tar.xz
ci/mingw: check if binary is runnable before packaging
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-mingw64.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh
index 3455a8c792..97cd25ec36 100755
--- a/ci/build-mingw64.sh
+++ b/ci/build-mingw64.sh
@@ -216,6 +216,7 @@ if [ "$2" = pack ]; then
done
echo "Archiving:"
pushd artifact
+ wine64 ./mpv.com -v --no-config
zip -9r "../mpv-git-$(date +%F)-$(git rev-parse --short HEAD)-${TARGET%%-*}.zip" -- *
popd
fi