mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-09-29 12:49:13 +00:00
2
This commit is contained in:
parent
a033a9675d
commit
fde6fb1520
2 changed files with 10 additions and 2 deletions
9
.github/workflows/windows.yml
vendored
9
.github/workflows/windows.yml
vendored
|
@ -1,7 +1,14 @@
|
|||
name: Windows
|
||||
on:
|
||||
# push代码时触发workflow
|
||||
[push, pull_request]:
|
||||
push:
|
||||
# 忽略部分文件
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'README_zh.md'
|
||||
- 'LICENSE'
|
||||
# pull_request时触发workflow
|
||||
pull_request:
|
||||
# 忽略部分文件
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
|
|
|
@ -86,7 +86,8 @@ if /i %debug_mode% == "true" (
|
|||
)
|
||||
|
||||
:: qmake ../../all.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
|
||||
qmake ../../all.pro %qmake_params%
|
||||
::qmake ../../all.pro %qmake_params%
|
||||
qmake ../../all.pro
|
||||
|
||||
nmake
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue