Skip to content

Commit ba46ada

Browse files
committed
CI: add Android APK build to cirrus
1 parent 7563720 commit ba46ada

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.cirrus.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,11 @@ task:
180180
CI_USE_APT_INSTALL: "no"
181181
PACKAGE_MANAGER_INSTALL: "echo" # Nothing to do
182182
FILE_ENV: "./ci/test/00_setup_env_mac_host.sh"
183+
184+
task:
185+
name: 'ARM64 Android APK [bionic]'
186+
<< : *GLOBAL_TASK_TEMPLATE
187+
container:
188+
image: ubuntu:bionic
189+
env:
190+
FILE_ENV: "./ci/test/00_setup_env_android.sh"

0 commit comments

Comments
 (0)