mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
Try to build all Android targets (besides AAR for now)
This commit is contained in:
parent
9cd9a0d120
commit
0020b01a66
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -178,4 +178,6 @@ jobs:
|
||||
- name: Android compilation
|
||||
run: |
|
||||
env ANDROID_NDK_HOME=/tmp/android/ndk ./dist-build/android-x86.sh
|
||||
env ANDROID_NDK_HOME=/tmp/android/ndk ./dist-build/android-x86_64.sh
|
||||
env ANDROID_NDK_HOME=/tmp/android/ndk ./dist-build/android-armv7-a.sh
|
||||
env ANDROID_NDK_HOME=/tmp/android/ndk ./dist-build/android-armv8-a.sh
|
||||
|
Loading…
Reference in New Issue
Block a user