mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 13:55:23 -05:00
CI: add Android APK build to cirrus
This commit is contained in:
parent
7563720e30
commit
ba46adaa1a
1 changed files with 8 additions and 0 deletions
|
@ -180,3 +180,11 @@ task:
|
|||
CI_USE_APT_INSTALL: "no"
|
||||
PACKAGE_MANAGER_INSTALL: "echo" # Nothing to do
|
||||
FILE_ENV: "./ci/test/00_setup_env_mac_host.sh"
|
||||
|
||||
task:
|
||||
name: 'ARM64 Android APK [bionic]'
|
||||
<< : *GLOBAL_TASK_TEMPLATE
|
||||
container:
|
||||
image: ubuntu:bionic
|
||||
env:
|
||||
FILE_ENV: "./ci/test/00_setup_env_android.sh"
|
||||
|
|
Loading…
Add table
Reference in a new issue