Skip to content

Commit

Permalink
further debug android build
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-ce committed Dec 23, 2024
1 parent 6af2068 commit aae9a58
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
run: |
echo "QT_HOST_ROOT_DIR=${QT_ROOT_DIR}/../gcc_64" >> $GITHUB_ENV
echo "${QT_ROOT_DIR}/lib/cmake/:"
ls ${QT_ROOT_DIR}/lib/cmake/
echo "${QT_ROOT_DIR}/lib/cmake/Qt6Linguist:"
ls ${QT_ROOT_DIR}/lib/cmake/Qt6Linguist
echo "==="
echo "${QT_ROOT_DIR}/../gcc_64/lib/cmake:"
ls ${QT_ROOT_DIR}/../gcc_64/lib/cmake
echo "${QT_ROOT_DIR}/../gcc_64/lib/cmake/Qt6Linguist:"
ls ${QT_ROOT_DIR}/../gcc_64/lib/cmake/Qt6Linguist
BUILD_DIR="build"
APK_TARGET="app"
Expand All @@ -87,7 +87,6 @@ jobs:
${QT_ROOT_DIR}/bin/qt-cmake
-G Ninja
-B $BUILD_DIR
-DQT_HOST_PATH=$QT_HOST_ROOT_DIR
-DCMAKE_BUILD_TYPE=Release
-DALP_WWW_INSTALL_DIR=$INSTALL_DIR
-DALP_ENABLE_ASSERTS=ON
Expand Down

0 comments on commit aae9a58

Please sign in to comment.