summaryrefslogtreecommitdiffstats
path: root/.github
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 /.github
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 '.github')
-rw-r--r--.github/workflows/build.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4ad801a33c..72b38eb7ab 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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 }}