android: add python script checking Android JNI bindings

This commit is contained in:
Anonymous Maarten
2024-09-25 19:15:28 +02:00
committed by Anonymous Maarten
parent cf4049cfde
commit 2070adb262
2 changed files with 173 additions and 0 deletions

View File

@@ -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') }}