mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
android: add python script checking Android JNI bindings
This commit is contained in:
parent
cf4049cfde
commit
2070adb262
2 changed files with 173 additions and 0 deletions
1
.github/workflows/generic.yml
vendored
1
.github/workflows/generic.yml
vendored
|
|
@ -357,6 +357,7 @@ jobs:
|
|||
run: |
|
||||
set -e
|
||||
build-scripts/test-versioning.sh
|
||||
python build-scripts/check_android_jni.py
|
||||
- name: 'Upload binary package'
|
||||
uses: actions/upload-artifact@v4
|
||||
if: ${{ always() && matrix.platform.artifact != '' && (steps.package.outcome == 'success' || steps.cpactions.outcome == 'success') && (matrix.platform.enable-artifacts || steps.tests.outcome == 'failure') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue