aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorIgor Cota <igor@openbook.hr>2020-11-10 07:57:35 +0100
committerIgor Cota <igor@openbook.hr>2021-03-21 22:33:35 +0100
commitba46adaa1abd51798394b5bad3799021adc237d2 (patch)
tree80e843e7f0d777381a1336f466a2fa9d27d3ec0a /.cirrus.yml
parent7563720e30a3052b7ee390f1b3d2874856fd073a (diff)
downloadbitcoin-ba46adaa1abd51798394b5bad3799021adc237d2.tar.xz
CI: add Android APK build to cirrus
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 691582239e..e881e587bf 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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"