Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 7, 2024
1 parent b917449 commit 497862f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
-G Ninja \
-D CMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \
-D CMAKE_COMPILE_WARNING_AS_ERROR=ON \
-D ANDROID_SDK_ROOT=${ANDROID_SDK_ROOT} \
-D ANDROID_NDK_VERSION="${ANDROID_NDK_VERSION}" \
-D ANDROID_BUILD_TOOLS_VERSION="${ANDROID_BUILD_TOOLS_VERSION}" \
Expand Down Expand Up @@ -182,6 +183,7 @@ jobs:
KEYPASS: ${{ secrets.KEYPASS }}
STOREPASS: ${{ secrets.STOREPASS }}
run: |
echo "-${KEYPASS}-"
cmake --build "${{ env.CMAKE_BUILD_DIR }}" --target bundle --config Release
- name: 📦 Upload artifacts
Expand Down

0 comments on commit 497862f

Please sign in to comment.