mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
ci: Run xbox tests
This commit is contained in:
parent
4b81c28901
commit
4a5c91397f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -245,6 +245,11 @@ jobs:
|
||||||
|
|
||||||
echo -e "\n\nCompiler Cache Stats:"
|
echo -e "\n\nCompiler Cache Stats:"
|
||||||
ccache -s
|
ccache -s
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
pushd src/build
|
||||||
|
./pyvenv/bin/meson test --suite xbox
|
||||||
|
popd
|
||||||
- name: Generate AppImage
|
- name: Generate AppImage
|
||||||
run: |
|
run: |
|
||||||
wget --no-verbose https://github.com/linuxdeploy/linuxdeploy/releases/latest/download/linuxdeploy-${{ matrix.arch }}.AppImage
|
wget --no-verbose https://github.com/linuxdeploy/linuxdeploy/releases/latest/download/linuxdeploy-${{ matrix.arch }}.AppImage
|
||||||
|
|
Loading…
Add table
Reference in a new issue