Skip to content

Commit

Permalink
Add android arm64 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
momo5502 committed Jan 25, 2025
1 parent 722dc36 commit b075a58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
matrix:
architecture:
- x86_64
#- arm64-v8a
- arm64-v8a
emulation-root:
- Windows 2025
- Windows 2022
Expand All @@ -271,8 +271,8 @@ jobs:
preset: release
- architecture: x86_64
runner: ubuntu-24.04
#- architecture: arm64-v8a
# runner: macos-latest
- architecture: arm64-v8a
runner: ubuntu-24.04
steps:
- name: Enable KVM
if: ${{ startsWith(matrix.runner, 'ubuntu') }}
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
- name: Run Test
uses: reactivecircus/android-emulator-runner@v2.33.0
with:
api-level: 29
api-level: 26
arch: ${{matrix.architecture}}
script: "adb push build/${{matrix.preset}}/artifacts/* /data/local/tmp && adb shell \"cd /data/local/tmp && export LD_LIBRARY_PATH=. && chmod +x ./analyzer && ./analyzer -e ./root c:/test-sample.exe\""

Expand Down

0 comments on commit b075a58

Please sign in to comment.