mirror of
https://github.com/mborgerson/xemu.git
synced 2025-10-29 19:36:31 +00:00
ci: Run xbox tests
This commit is contained in:
parent
4b81c28901
commit
4a5c91397f
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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…
x
Reference in New Issue
Block a user