mirror of https://github.com/xemu-project/xemu.git
ci: Run xbox tests
This commit is contained in:
parent
4b81c28901
commit
4a5c91397f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue