mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 19:44:59 +00:00
1
This commit is contained in:
parent
9cb19053d9
commit
a99b317733
1 changed files with 1 additions and 3 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -74,12 +74,10 @@ jobs:
|
|||
- name: build-msvc
|
||||
shell: cmd
|
||||
env:
|
||||
vc_arch: ${{ matrix.msvc_arch }}
|
||||
ENV_VCVARSALL: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat'
|
||||
ENV_QT_MSVC: 'd:\a\Qt\5.12.7'
|
||||
ENV_PUBLISH_DIR: '..\build\QtScrcpy-win32'
|
||||
run: |
|
||||
call "ci\win\build_for_win.bat" release %vc_arch%
|
||||
call "ci\win\build_for_win.bat" release ${{ matrix.msvc_arch }}
|
||||
# tag 打包
|
||||
- name: package
|
||||
if: startsWith(github.event.ref, 'refs/tags/')
|
||||
|
|
Loading…
Add table
Reference in a new issue