Skip to content

Commit 5743e5f

Browse files
authored
add test and deploy sdl
1 parent a786391 commit 5743e5f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

make-appimage.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export ICON=https://raw.githubusercontent.com/cemu-project/Cemu/refs/heads/main/
1111
export DESKTOP=/usr/share/applications/Cemu.desktop
1212
export DEPLOY_OPENGL=1
1313
export DEPLOY_VULKAN=1
14+
export DEPLOY_SDL=1
1415

1516
# Deploy dependencies
1617
quick-sharun /usr/bin/cemu
@@ -19,3 +20,7 @@ quick-sharun /usr/bin/cemu
1920

2021
# Turn AppDir into AppImage
2122
quick-sharun --make-appimage
23+
24+
# Test the app for 12 seconds, if the test fails due to the app
25+
# having issues running in the CI use --simple-test instead
26+
quick-sharun --test ./dist/*.AppImage

0 commit comments

Comments
 (0)