summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2023-08-20 13:54:28 +0200
committersfan5 <sfan5@live.de>2023-08-21 16:43:38 +0200
commit9b9409196b3913ec085ded7abf28851147469d67 (patch)
tree087c06869f8ad3df1ad6e69ef684fdf4cd9b172f /ci
parentc7342bbd5a37199232ca1d3e965eb197155df396 (diff)
downloadmpv-9b9409196b3913ec085ded7abf28851147469d67.tar.bz2
mpv-9b9409196b3913ec085ded7abf28851147469d67.tar.xz
ci/mingw: move functional test to workflow
Arguably the better place for this as it provides fine-grained feedback.
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-mingw64.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh
index 5eb249b931..eb4b6c4944 100755
--- a/ci/build-mingw64.sh
+++ b/ci/build-mingw64.sh
@@ -219,7 +219,6 @@ 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