From 0fcadb5a1a1db0323e357fccfc250cb0569aa2fd Mon Sep 17 00:00:00 2001 From: Owen Craston Date: Thu, 16 Nov 2023 10:35:35 -0800 Subject: [PATCH] add cmake to android bitrise --- bitrise.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bitrise.yml b/bitrise.yml index d71dddf6b06e..62d20d74aff4 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -893,10 +893,17 @@ workflows: - source: $BITRISEIO_ANDROID_FLASK_KEYSTORE_URL_URL - destination: android/keystores/flaskRelease.keystore - restore-gradle-cache@1: {} - - install-missing-android-tools@2: + - install-missing-android-tools@3: inputs: - ndk_revision: $NDK_VERSION - gradlew_path: $PROJECT_LOCATION/gradlew + - script@1: + inputs: + - content: |- + #!/usr/bin/env bash + "${ANDROID_HOME}/tools/bin/sdkmanager" "cmake;3.22.1" + title: Download cmake 3.22.1 with sdkmanager + is_always_run: false - script@1: inputs: - content: |-