From 44280782ed8a78624546094f002e7460e6e8ca78 Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Wed, 18 Jul 2018 10:41:05 +0200 Subject: Open62541 win32: Add python to dev environment The autodetection of cmake used a different python for x86 builds of msvc. Those did not have six installed. Instead, use one python for all build variants to stay consistent. Change-Id: Id1ad2bc320e47a68358364ff94d78993ba0b0848 Reviewed-by: Simon Hausmann --- coin/provisioning/common/windows/open62541.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/coin/provisioning/common/windows/open62541.ps1 b/coin/provisioning/common/windows/open62541.ps1 index 08ff6caf..1ff30010 100644 --- a/coin/provisioning/common/windows/open62541.ps1 +++ b/coin/provisioning/common/windows/open62541.ps1 @@ -86,6 +86,7 @@ function PushDevEnvironment $adaptedPath = $env:PATH $jomLocation = [Environment]::GetEnvironmentVariable("CI_JOM_PATH", "Machine") $adaptedPath = $adaptedPath + ";" + $jomLocation + $adaptedPath = $adaptedPath + ";" + "C:\Python27" $adaptedPath = $adaptedPath + ";" + "C:\CMake\bin" [Environment]::SetEnvironmentVariable("PATH", $adaptedPath, "Process") } -- cgit v1.2.3