Skip to content

Commit 337b77a

Browse files
committed
more work
1 parent 01680a5 commit 337b77a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ jobs:
7474
script: adb install ./zig-out/bin/minimal.apk && adb shell am start -n com.zig.minimal/android.app.NativeActivity
7575
working-directory: examples/minimal
7676

77+
- name: Run SDL2 Example (Android Emulator)
78+
if: startsWith(matrix.os, 'ubuntu-')
79+
uses: reactivecircus/android-emulator-runner@v2
80+
with:
81+
api-level: 34
82+
arch: x86_64
83+
profile: Nexus 6
84+
script: adb install ./zig-out/bin/sdl-zig-demo.apk && adb shell am start -n com.zig.sdl2/android.app.NativeActivity
85+
working-directory: examples/sdl-zig-demo
86+
7787
#
7888
# Nightly Zig Builds
7989
#

0 commit comments

Comments
 (0)