mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-09-02 15:46:50 +00:00
1
This commit is contained in:
parent
f422bb2278
commit
4790effdd6
2 changed files with 2 additions and 8 deletions
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
strategy:
|
||||
# 矩阵配置
|
||||
matrix:
|
||||
qt_ver: [5.12.5]
|
||||
qt_ver: [5.12.7]
|
||||
qt_target: [desktop]
|
||||
# mingw用不了
|
||||
# qt_arch: [win64_msvc2017_64, win32_msvc2017, win32_mingw53,win32_mingw73]
|
||||
|
@ -39,12 +39,6 @@ jobs:
|
|||
targetName: QtScrcpy.exe
|
||||
# 步骤
|
||||
steps:
|
||||
- name: cacheQt
|
||||
id: WindowsCacheQt
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ../Qt/${{matrix.qt_ver}}/${{matrix.qt_arch_install}}
|
||||
key: ${{ runner.os }}-Qt/${{matrix.qt_ver}}/${{matrix.qt_arch}}
|
||||
- name: setupQt
|
||||
if: steps.WindowsCacheQt.outputs.cache-hit == 'true'
|
||||
shell: pwsh
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@echo off
|
||||
set vcvarsall="C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat"
|
||||
set qt_msvc_path="d:\a\QtScrcpy\Qt\5.12.5\"
|
||||
set qt_msvc_path="d:\a\QtScrcpy\Qt\5.12.7\"
|
||||
set build_path_name="../build-win"
|
||||
|
||||
:: 获取脚本绝对路径
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue