File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -398,6 +398,7 @@ before_script:
398398 - .shared_windows_runners
399399 stage : build
400400 script :
401+ - Set-MpPreference -DisableRealtimeMonitoring $true
401402 - scripts\build-windows.bat 5.15.0 2019 32
402403 artifacts :
403404 name : " ${CI_PROJECT_NAME}_Windows_32_${CI_COMMIT_SHORT_SHA}"
@@ -418,6 +419,7 @@ before_script:
418419 - .shared_windows_runners
419420 stage : build
420421 script :
422+ - Set-MpPreference -DisableRealtimeMonitoring $true
421423 - scripts\build-windows.bat 6.8.3 2022 32
422424 artifacts :
423425 name : " ${CI_PROJECT_NAME}_Windows_32_Qt6_${CI_COMMIT_SHORT_SHA}"
@@ -438,6 +440,7 @@ before_script:
438440 - .shared_windows_runners
439441 stage : build
440442 script :
443+ - Set-MpPreference -DisableRealtimeMonitoring $true
441444 - scripts\build-windows.bat 5.15.0 2019 64
442445 artifacts :
443446 name : " ${CI_PROJECT_NAME}_Windows_64_${CI_COMMIT_SHORT_SHA}"
@@ -477,6 +480,7 @@ before_script:
477480 - .shared_windows_runners
478481 stage : build
479482 script :
483+ - Set-MpPreference -DisableRealtimeMonitoring $true
480484 - scripts\build-windows.bat 6.8.3 2022 64
481485 artifacts :
482486 name : " ${CI_PROJECT_NAME}_Windows_64_Qt6_${CI_COMMIT_SHORT_SHA}"
You can’t perform that action at this time.
0 commit comments