This commit is contained in:
rankun 2020-02-20 10:08:41 +08:00
commit 35337633c3
2 changed files with 3 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
strategy:
# 矩阵配置
matrix:
qt_ver: [5.12.6]
qt_ver: [5.12.7]
qt_target: [desktop]
# mingw用不了
# qt_arch: [win64_msvc2017_64, win32_msvc2017, win32_mingw53,win32_mingw73]

View file

@ -1,6 +1,7 @@
@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.6\"
:: github action不需要在脚本中设置path
:: set qt_msvc_path="d:\a\QtScrcpy\Qt\5.12.6\"
set build_path_name="../build-win"
:: 获取脚本绝对路径