mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-31 16:04:27 +02:00
Avoid testing cmake/vs120/x64 since it takes more than 1 hour
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
81498c6e32
commit
e417c062c6
32
appveyor.yml
32
appveyor.yml
@ -37,20 +37,6 @@ environment:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|
||||||
# -------------------------------------------------------------------------------------------
|
|
||||||
# When building with cmake, it remains one exception reported below
|
|
||||||
# Once this problem fixed, the try/catch around the cmake builder can be removed
|
|
||||||
#
|
|
||||||
# [ 1%] Generating pocomsg.h
|
|
||||||
# cmake : MC: Compiling C:/projects/poco/Foundation/src/pocomsg.mc
|
|
||||||
# At line:16 char:3
|
|
||||||
# + cmake --build . --config $env:configuration
|
|
||||||
# + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
# + CategoryInfo : NotSpecified: (MC: Compiling C.../src/pocomsg.mc:String) [], RemoteException
|
|
||||||
# + FullyQualifiedErrorId : NativeCommandError
|
|
||||||
#
|
|
||||||
# Command executed with exception: MC: Compiling C:/projects/poco/Foundation/src/pocomsg.mc
|
|
||||||
# -------------------------------------------------------------------------------------------
|
|
||||||
- builder: cmake
|
- builder: cmake
|
||||||
vsver: 120
|
vsver: 120
|
||||||
|
|
||||||
@ -259,6 +245,22 @@ after_build:
|
|||||||
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
# -------------------------------------------------------------------------------------------
|
||||||
|
# When building with cmake, it remains one exception reported below
|
||||||
|
# Once this problem be fixed, a fix from Microsoft about mc.exe outputing informative
|
||||||
|
# message on stderr: https://connect.microsoft.com/VisualStudio/Feedback/Details/2161572
|
||||||
|
# the try/catch around the cmake builder can be removed
|
||||||
|
#
|
||||||
|
# [ 1%] Generating pocomsg.h
|
||||||
|
# cmake : MC: Compiling C:/projects/poco/Foundation/src/pocomsg.mc
|
||||||
|
# At line:16 char:3
|
||||||
|
# + cmake --build . --config $env:configuration
|
||||||
|
# + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
# + CategoryInfo : NotSpecified: (MC: Compiling C.../src/pocomsg.mc:String) [], RemoteException
|
||||||
|
# + FullyQualifiedErrorId : NativeCommandError
|
||||||
|
#
|
||||||
|
# Command executed with exception: MC: Compiling C:/projects/poco/Foundation/src/pocomsg.mc
|
||||||
|
# -------------------------------------------------------------------------------------------
|
||||||
- ps: |
|
- ps: |
|
||||||
if ($env:builder -eq "msbuild")
|
if ($env:builder -eq "msbuild")
|
||||||
{
|
{
|
||||||
@ -390,7 +392,7 @@ test_script:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($env:builder -eq "cmake")
|
if ($env:builder -eq "cmake" -and $env:platform -eq "Win32")
|
||||||
{
|
{
|
||||||
pushd cmake-build;
|
pushd cmake-build;
|
||||||
Write-Host -ForegroundColor Yellow $line;
|
Write-Host -ForegroundColor Yellow $line;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user