Test on Android builds on CI

This commit is contained in:
Kevin Dewald 2025-04-20 11:43:29 -07:00
parent fac96f6895
commit 070580734b

View File

@ -25,7 +25,7 @@ jobs:
- name: Build simpleble-bridge AAR
run: |
utils/gradle/gradlew/gradlew simpleble-bridge:bundleReleaseAar -p ./simpledroidbridge --no-daemon -PbuildDir="${{ github.workspace }}"
utils/gradle/gradlew simpleble-bridge:bundleReleaseAar -p ./simpledroidbridge --no-daemon -PbuildDir="${{ github.workspace }}"
- name: List all artifacts
run: find outputs -type f -ls
@ -58,7 +58,7 @@ jobs:
- name: Build simpleble-bridge AAR
run: |
gradlew build -p ./simpledroidbridge --no-daemon -PbuildDir="${{ github.workspace }}"
gradle build -p ./simpledroidbridge --no-daemon -PbuildDir="${{ github.workspace }}"
- name: List all artifacts
run: find outputs -type f -ls
@ -74,7 +74,7 @@ jobs:
- name: Build simpleble-bridge AAR
run: |
gradlew build -p ./simpledroidbridge --no-daemon -Dorg.gradle.project.buildDir="${{ github.workspace }}"
gradle build -p ./simpledroidbridge --no-daemon -Dorg.gradle.project.buildDir="${{ github.workspace }}"
- name: List all artifacts
run: find outputs -type f -ls