We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01680a5 commit 337b77aCopy full SHA for 337b77a
.github/workflows/ci.yml
@@ -74,6 +74,16 @@ jobs:
74
script: adb install ./zig-out/bin/minimal.apk && adb shell am start -n com.zig.minimal/android.app.NativeActivity
75
working-directory: examples/minimal
76
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
+
87
#
88
# Nightly Zig Builds
89
0 commit comments