ci: Run xbox tests

This commit is contained in:
Matt Borgerson 2025-03-29 16:03:14 -07:00 committed by mborgerson
parent 4b81c28901
commit 4a5c91397f
1 changed files with 5 additions and 0 deletions

View File

@ -245,6 +245,11 @@ jobs:
echo -e "\n\nCompiler Cache Stats:"
ccache -s
- name: Test
run: |
pushd src/build
./pyvenv/bin/meson test --suite xbox
popd
- name: Generate AppImage
run: |
wget --no-verbose https://github.com/linuxdeploy/linuxdeploy/releases/latest/download/linuxdeploy-${{ matrix.arch }}.AppImage