Skip to content

Commit

Permalink
chore: update the file
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Oct 2, 2024
1 parent d7d9745 commit c80cb73
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: build-android
# on:
# schedule:
# - cron: '0 0 * * *'
on:
push:
branches:
- master
schedule:
- cron: '0 0 * * *'
# on:
# push:
# branches:
# - master
env:
QT_VERSION: 6.5.3
jobs:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/build-daily.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: build-daily
# on:
# schedule:
# - cron: '0 0 * * *'
on:
push:
branches:
- master
schedule:
- cron: '0 0 * * *'
# on:
# push:
# branches:
# - master

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -150,11 +150,11 @@ jobs:
shell: cmd
run: |
set JAVA_HOME=%JAVA_HOME_11_X64%
${{ github.workspace }}\Qt\${{env.QT_VERSION}}\android_armv7\bin\qt-cmake.bat ^
${{ github.workspace }}\Qt\6.5.3\android_armv7\bin\qt-cmake.bat ^
-G "MinGW Makefiles" ^
-S . ^
-B "build\armeabi_v7a" ^
-DQT_HOST_PATH:PATH="${{ github.workspace }}\Qt\${{env.QT_VERSION}}\mingw_64" ^
-DQT_HOST_PATH:PATH="${{ github.workspace }}\Qt\6.5.3\mingw_64" ^
-DCMAKE_BUILD_TYPE:STRING=Release ^
-DCMAKE_CXX_COMPILER:FILEPATH="%ANDROID_NDK_ROOT%/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe" ^
-DANDROID_SDK_ROOT:PATH="%ANDROID_SDK_ROOT%" ^
Expand All @@ -173,7 +173,7 @@ jobs:
run: |
set JAVA_HOME=%JAVA_HOME_11_X64%
echo %JAVA_HOME%
${{ github.workspace }}\Qt\${{env.QT_VERSION}}\mingw_64\bin\androiddeployqt.exe ^
${{ github.workspace }}\Qt\6.5.3\mingw_64\bin\androiddeployqt.exe ^
--input build\armeabi_v7a\android-xTools-deployment-settings.json ^
--output build\armeabi_v7a\android-build ^
--android-platform android-34 ^
Expand Down

0 comments on commit c80cb73

Please sign in to comment.