mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-03 11:26:20 +01:00
@@ -103,7 +103,7 @@
|
|||||||
<OutDir>bin\</OutDir>
|
<OutDir>bin\</OutDir>
|
||||||
<IntDir>obj\TestSuite\$(Configuration)\</IntDir>
|
<IntDir>obj\TestSuite\$(Configuration)\</IntDir>
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
<ExecutablePath>C:\Progra~2\PostgreSQL\9.5\bin;$(ExecutablePath)</ExecutablePath>
|
<ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release_shared|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release_shared|Win32'">
|
||||||
<OutDir>bin\</OutDir>
|
<OutDir>bin\</OutDir>
|
||||||
|
|||||||
@@ -364,12 +364,12 @@ test_script:
|
|||||||
if ($env:platform -eq "Win32")
|
if ($env:platform -eq "Win32")
|
||||||
{
|
{
|
||||||
$env:PATH = "$env:POCO_BASE\bin;" + $env:PATH;$suffix = '';
|
$env:PATH = "$env:POCO_BASE\bin;" + $env:PATH;$suffix = '';
|
||||||
$excluded = @('Data', 'Data/MySQL', 'Data/ODBC','Data/PostgreSQL', 'Redis', 'PDF')
|
$excluded = @('Data/MySQL', 'Data/ODBC','Data/PostgreSQL', 'Redis', 'PDF')
|
||||||
}
|
}
|
||||||
if ($env:platform -eq "x64")
|
if ($env:platform -eq "x64")
|
||||||
{
|
{
|
||||||
$env:PATH = "$env:POCO_BASE\bin64;" + $env:PATH;$suffix = 64;
|
$env:PATH = "$env:POCO_BASE\bin64;" + $env:PATH;$suffix = 64;
|
||||||
$excluded = @('Data', 'Data/MySQL', 'Data/ODBC','Redis', 'PDF')
|
$excluded = @('Data/MySQL', 'Data/ODBC','Redis', 'PDF')
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Host -ForegroundColor Yellow '>>> current directory is ' $(get-location).Path;
|
Write-Host -ForegroundColor Yellow '>>> current directory is ' $(get-location).Path;
|
||||||
|
|||||||
Reference in New Issue
Block a user