aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-windows-10-x86_64/05-wsearch-off.ps1
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-01-18 10:47:04 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-01-18 10:49:22 +0100
commite74b0f7df4e6785dfd8660bbf60da6f2979225a3 (patch)
tree9316159f43e832b2acfd898867943c26c9070669 /coin/provisioning/qtci-windows-10-x86_64/05-wsearch-off.ps1
parent63d77a0b28022d77bb20c59ea2ea57bdfc1ac5ed (diff)
parentb336c10c08bd7b053a49e06aaa725339d4fb4ea1 (diff)
Merge remote-tracking branch 'origin/5.8' into 5.8.0
This pulls in the CI build configurations. These files were previously stored in the CI source tree, but they do belong here. They describe the different configurations under which we want to build Qt and its submodules, in terms of underlying virtual machine template, host OS, target OS and CI related features that may also map to Qt configuration features. Task-number: QTQAINFRA-1074 Started-by: Simon Hausmann <simon.hausmann@qt.io> Change-Id: I8ab9b987a28566ad036dcaf8f0663bd633fea439
Diffstat (limited to 'coin/provisioning/qtci-windows-10-x86_64/05-wsearch-off.ps1')
-rw-r--r--coin/provisioning/qtci-windows-10-x86_64/05-wsearch-off.ps13
1 files changed, 3 insertions, 0 deletions
diff --git a/coin/provisioning/qtci-windows-10-x86_64/05-wsearch-off.ps1 b/coin/provisioning/qtci-windows-10-x86_64/05-wsearch-off.ps1
new file mode 100644
index 00000000..09c45bbd
--- /dev/null
+++ b/coin/provisioning/qtci-windows-10-x86_64/05-wsearch-off.ps1
@@ -0,0 +1,3 @@
+
+# Disable the windows search indexing service
+sc.exe config WSearch start= disabled