mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:03:03 +01:00
84a0168870
Add GitHub action to run second phase in MacOS machine, where Android emulator can run. Currently this is done for ARM 32/64 builds.
5 lines
169 B
Bash
Executable File
5 lines
169 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
echo no | $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd --name firebird-builder --package "system-images;android-30;google_apis;x86_64"
|