Skip to content

Commit

Permalink
Merge pull request #53 from HyperInspire/feature/build_android
Browse files Browse the repository at this point in the history
Fix build script bug
  • Loading branch information
tunmx authored May 9, 2024
2 parents 0177493 + a4d153f commit b8cd92a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
inspireface-linux-aarch64-${{ env.VERSION }}.zip
build_android:
name: Compile and Package Android
name: Compile Android
runs-on: ubuntu-latest

steps:
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ We have completed the adaptation and testing of the software across various oper
| 6 | **macOS** | Intel x86 | - | ![build](https://img.shields.io/badge/OFFLINE-PASSING-green?style=for-the-badge) | ![test](https://img.shields.io/badge/OFFLINE-PASSING-blue?style=for-the-badge) |
| 7 | | Apple Silicon | - | ![build](https://img.shields.io/badge/OFFLINE-PASSING-green?style=for-the-badge) | ![test](https://img.shields.io/badge/OFFLINE-PASSING-blue?style=for-the-badge) |
| 8 | **iOS** | ARM | - | | |
| 9 | **Android** | ARMv7 | - | | |
| 10 | | ARMv8 | - | | |
| 9 | **Android** | ARMv7 | - | [![build](https://img.shields.io/github/actions/workflow/status/HyperInspire/InspireFace/release-sdks.yaml?&style=for-the-badge&label=build)](https://github.com/HyperInspire/InspireFace/actions/workflows/release-sdks.yaml) | |
| 10 | | ARMv8 | - | [![build](https://img.shields.io/github/actions/workflow/status/HyperInspire/InspireFace/release-sdks.yaml?&style=for-the-badge&label=build)](https://github.com/HyperInspire/InspireFace/actions/workflows/release-sdks.yaml) | |

- Complete compilation scripts and successful compilation.
- Pass unit tests on physical devices.
Expand All @@ -129,6 +129,9 @@ build-cross-armv7-armhf
# Build armv7 with support RV1109RV1126 device NPU cross-complie
docker-compose up build-cross-rv1109rv1126-armhf

# Build Android with support arm64-v8a and armeabi-v7a
docker-compose up build-cross-android

# Build all
docker-compose up
```
Expand Down
46 changes: 0 additions & 46 deletions tools/compile/release_android.sh

This file was deleted.

0 comments on commit b8cd92a

Please sign in to comment.