mirror of
https://github.com/mpv-player/mpv
synced 2025-02-05 14:42:24 +00:00
ci/mingw: move functional test to workflow
Arguably the better place for this as it provides fine-grained feedback.
This commit is contained in:
parent
c7342bbd5a
commit
9b9409196b
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -58,6 +58,13 @@ jobs:
|
||||
run: |
|
||||
cat ./build/meson-logs/meson-log.txt
|
||||
|
||||
- name: Functional test
|
||||
id: tests
|
||||
run: |
|
||||
cd artifact && wine64 ./mpv.com -v --no-config
|
||||
env:
|
||||
WINEDEBUG: '+loaddll'
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: mpv-${{ matrix.target }}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user