From ba46adaa1abd51798394b5bad3799021adc237d2 Mon Sep 17 00:00:00 2001 From: Igor Cota Date: Tue, 10 Nov 2020 07:57:35 +0100 Subject: [PATCH] CI: add Android APK build to cirrus --- .cirrus.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 691582239e8..e881e587bff 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"