mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-06 21:37:47 +00:00
android: add python script checking Android JNI bindings
This commit is contained in:
committed by
Anonymous Maarten
parent
cf4049cfde
commit
2070adb262
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') }}
|
||||
|
||||
Reference in New Issue
Block a user