Skip to content

Commit

Permalink
CI: modify android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Apr 2, 2024
1 parent e064f1d commit dcae0eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ jobs:
-DCMARK_STATIC=ON \
-DCMAKE_BUILD_TYPE=${{matrix.BUILD_TYPE}} \
-DCMAKE_AUTOGEN_VERBOSE=ON \
-DCMAKE_MAKE_PROGRAM="make" \
-DQT_CHAINLOAD_TOOLCHAIN_FILE=${{env.VCPKG_ROOT}}/scripts/buildsystems/vcpkg.cmake \
-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=${ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake \
-DVCPKG_TARGET_TRIPLET=${{env.VCPKG_TARGET_TRIPLET}} \
Expand All @@ -296,7 +295,7 @@ jobs:
-Dtigervnc_DIR=${{env.INSTALL_DIR}}/lib/cmake \
-DQXmpp_DIR=${{env.INSTALL_DIR}}/lib/cmake/qxmpp
cmake --build . --verbose --config ${{matrix.BUILD_TYPE}} --target all
cmake --build . --verbose --config ${{matrix.BUILD_TYPE}} --target install
# cmake --build . --verbose --config ${{matrix.BUILD_TYPE}} --target install
APK_FILE=`find . -name "android-*.apk"`
cp $APK_FILE RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_${{matrix.BUILD_TYPE}}.apk

Expand Down

0 comments on commit dcae0eb

Please sign in to comment.