mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-28 10:39:33 -05:00
Analysis workflow, add Android x86, arm64 and x86_64 tests.
This commit is contained in:
parent
709ca6ff7e
commit
aba8623c44
1 changed files with 31 additions and 4 deletions
35
.github/workflows/analysis_ports.yml
vendored
35
.github/workflows/analysis_ports.yml
vendored
|
|
@ -121,11 +121,38 @@ jobs:
|
|||
# test_ios: "yes"
|
||||
# config: "no"
|
||||
# make: "no"
|
||||
- name: Android armv7a
|
||||
# - name: Android armv7a
|
||||
# os: ubuntu-latest
|
||||
# AUTOTOOLS_HOST: armv7a-linux-androidabi
|
||||
# OPENSSL_HOST: android-arm
|
||||
# ANDROID_CPU: armv7a
|
||||
# ANDROID_API: 23
|
||||
# test_android: "yes"
|
||||
# config: "no"
|
||||
# make: "no"
|
||||
- name: Android aarch64
|
||||
os: ubuntu-latest
|
||||
AUTOTOOLS_HOST: armv7a-linux-androidabi
|
||||
OPENSSL_HOST: android-arm
|
||||
ANDROID_CPU: armv7a
|
||||
AUTOTOOLS_HOST: aarch64-linux-android
|
||||
OPENSSL_HOST: android-arm64
|
||||
ANDROID_CPU: aarch64
|
||||
ANDROID_API: 23
|
||||
test_android: "yes"
|
||||
config: "no"
|
||||
make: "no"
|
||||
- name: Android x86
|
||||
os: ubuntu-latest
|
||||
AUTOTOOLS_HOST: i686-linux-android
|
||||
OPENSSL_HOST: android-x86
|
||||
ANDROID_CPU: x86
|
||||
ANDROID_API: 23
|
||||
test_android: "yes"
|
||||
config: "no"
|
||||
make: "no"
|
||||
- name: Android x86_64
|
||||
os: ubuntu-latest
|
||||
AUTOTOOLS_HOST: x86_64-linux-android
|
||||
OPENSSL_HOST: android-x86_64
|
||||
ANDROID_CPU: x86_64
|
||||
ANDROID_API: 23
|
||||
test_android: "yes"
|
||||
config: "no"
|
||||
|
|
|
|||
Loading…
Reference in a new issue