This commit is contained in:
rankun 2020-02-20 09:36:31 +08:00
commit fde6fb1520
2 changed files with 10 additions and 2 deletions

View file

@ -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'

View file

@ -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