mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the building script
This commit is contained in:
parent
63336ee826
commit
63960e36ae
12
.github/workflows/build-daily.yml
vendored
12
.github/workflows/build-daily.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: build-daily
|
||||
on: push
|
||||
# schedule:
|
||||
# - cron: '0 0 * * *'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
QT_VERSION: 6.5.3
|
||||
@ -34,7 +34,6 @@ jobs:
|
||||
release-for-windows:
|
||||
runs-on: windows-2019
|
||||
needs: update-release
|
||||
if: false
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -61,7 +60,6 @@ jobs:
|
||||
release-for-linux:
|
||||
runs-on: ubuntu-20.04
|
||||
needs: update-release
|
||||
if: false
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -89,11 +87,10 @@ jobs:
|
||||
release-for-macos:
|
||||
runs-on: macos-11
|
||||
needs: update-release
|
||||
if: false
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Qt
|
||||
- name: Install Qt for macOS
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: '6.5.3'
|
||||
@ -161,6 +158,7 @@ jobs:
|
||||
shell: cmd
|
||||
run: |
|
||||
set JAVA_HOME=%JAVA_HOME_11_X64%
|
||||
echo %JAVA_HOME%
|
||||
cmake --build build\armeabi_v7a --target QtSwissArmyKnife --config Release
|
||||
${{ github.workspace }}\Qt\${{env.QT_VERSION}}\mingw_64\bin\androiddeployqt.exe ^
|
||||
--input build\armeabi_v7a\android-QtSwissArmyKnife-deployment-settings.json ^
|
||||
|
||||
Loading…
Reference in New Issue
Block a user