File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 44# Contributors : Nul None <[email protected] >55# |
66# Created On : <2023-09-14>
7- # Last Modified : <2025-06-20 >
7+ # Last Modified : <2025-07-22 >
88#
99# Build chsrc on Windows and upload it to GitHub: the 'pre' release
1010# ---------------------------------------------------------------
4949 mingw32-make.exe build-in-ci-release-mode
5050 mv chsrc-ci-release.exe chsrc-x86-windows.exe
5151
52+ - name : 为 Android 构建
53+ run : |
54+ mingw32-make.exe build-in-ci-release-mode CC=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/windows-x86_64/bin/aarch64-linux-android21-clang
55+ mv chsrc-ci-release.exe chsrc-arm64-android
56+
5257 - name : List files
5358 run : ls *.exe
5459
6065 files : |
6166 chsrc-x64-windows.exe
6267 chsrc-x86-windows.exe
68+ chsrc-arm64-android
6369 token : ${{ secrets.UPLOAD_TO_GITHUB }}
You can’t perform that action at this time.
0 commit comments