Skip to content

Commit

Permalink
setting USE_MM_SERVER_API_KEY as false and enable it in CI only
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Sep 20, 2024
1 parent f787e3d commit bd58de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ jobs:
-DQT_HOST_PATH=$QT_BASE/macos \
-DQT_ANDROID_SIGN_APK=Yes \
-DQT_ANDROID_SIGN_AAB=Yes \
-DUSE_MM_SERVER_API_KEY=Yes \
-DCMAKE_TOOLCHAIN_FILE=$QT_BASE/android_arm64_v8a/lib/cmake/Qt6/qt.toolchain.cmake \
-GNinja \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ set(COVERAGE
CACHE BOOL "Compile with coverage flags"
)
set(USE_MM_SERVER_API_KEY
TRUE
FALSE
CACHE
BOOL
"Determines whether we should use server API key. Decrypt file with secrets on disk if you want to use it."
Expand Down

1 comment on commit bd58de9

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.9.660311 just submitted!

Please sign in to comment.