Skip to content

Commit

Permalink
CI: modify ANDROID_ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 27, 2024
1 parent 9f00e61 commit f7cd6e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
include:
- qt_arch: android_arm64_v8a
VCPKG_TARGET_TRIPLET: arm64-android
config_arch: arm64_v8a
ANDROID_ABI: arm64_v8a

- qt_arch: android_x86_64
VCPKG_TARGET_TRIPLET: x64-android
config_arch: x86_64
ANDROID_ABI: x86_64

runs-on: ubuntu-latest

Expand All @@ -34,6 +34,7 @@ jobs:
VCPKGGITCOMMITID: a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
VCPKG_DEFAULT_HOST_TRIPLET: x64-linux
ANDROID_ABI: ${{matrix.ANDROID_ABI}}
ANDROID_PLATFORM: android-23
ANDROID_NATIVE_API_LEVEL: 23
qt_modules: 'qtscxml qtserialport qtwebchannel qtwebsockets qtwebview'
Expand Down Expand Up @@ -146,7 +147,7 @@ jobs:
${{env.SOURCE_DIR}}/RabbitCommon/Install/GenerateJsonFile.sh \
update_${{matrix.qt_arch}}_${{matrix.qt_version}}.json \
SerialPortAssistant_${{env.SerialPortAssistant_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_${{matrix.BUILD_TYPE}}.apk \
android ${{matrix.config_arch}} \
android ${{matrix.ANDROID_ABI}} \
"https://github.com/KangLin/SerialPortAssistant/releases/download/${{env.SerialPortAssistant_VERSION}}/SerialPortAssistant_${{env.SerialPortAssistant_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_${{matrix.BUILD_TYPE}}.apk,https://sourceforge.net/projects/SerialPortAssistant/files/${{env.SerialPortAssistant_VERSION}}/SerialPortAssistant_${{env.SerialPortAssistant_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_${{matrix.BUILD_TYPE}}.apk"
- name: update
Expand Down

0 comments on commit f7cd6e2

Please sign in to comment.