aboutsummaryrefslogtreecommitdiffstats
path: root/coin/README
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-06-15 18:24:18 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2016-06-16 10:15:18 +0000
commit0536b1e9e4bf6f15a38fe9d3d8b76d8b3187b6aa (patch)
treec658be153dd2dbc527e1410a1485b52a0da7a799 /coin/README
parentb3bc77fc73f0334d312aba1acc5093fd9bd03520 (diff)
Clean up Windows provisioning scripts
The execution policy is set by the CI. The command usually fails as it is in the scritps right now since it must be run as admin. Change-Id: Ie31cb7fc15720cc6d76646bf475b3d60a02014d8 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
Diffstat (limited to 'coin/README')
-rw-r--r--coin/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/coin/README b/coin/README
index 891d7202..2fb3fe2d 100644
--- a/coin/README
+++ b/coin/README
@@ -6,4 +6,6 @@ This directory contains files used by Qt's Continuous Integration system (Coin).
provisioning
------------
Contains scripts that apply to different test machines in order to run automatic tests on them.
+For Windows scripts, make sure that the machine has "Set-ExecutionPolicy RemoteSigned -Force" set.
+(Run as admin in PowerShell)