Skip to content

Commit

Permalink
add cmake to android bitrise
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Nov 17, 2023
1 parent be1705b commit 0fcadb5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down

0 comments on commit 0fcadb5

Please sign in to comment.