mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
Put vs140 jobs last since it may exceed 1 hour
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
81c81778a0
commit
26c1c8c95d
27
appveyor.yml
27
appveyor.yml
@ -35,26 +35,14 @@ environment:
|
||||
vsver: 120
|
||||
linkmode: shared
|
||||
|
||||
- builder: msbuild
|
||||
vsver: 140
|
||||
linkmode: shared
|
||||
|
||||
- builder: msbuild
|
||||
vsver: 120
|
||||
linkmode: static_md
|
||||
|
||||
# - builder: msbuild
|
||||
# vsver: 140
|
||||
# linkmode: static_md
|
||||
|
||||
- builder: msbuild
|
||||
vsver: 120
|
||||
linkmode: static_mt
|
||||
|
||||
# - builder: msbuild
|
||||
# vsver: 140
|
||||
# linkmode: static_mt
|
||||
|
||||
# -------------------------------------------------------------------------------------------
|
||||
# When builder is cmake, it remains one exception reported below
|
||||
# Once this problem fixed, the try/catch around the cmake builder can be removed
|
||||
@ -72,6 +60,18 @@ environment:
|
||||
- builder: cmake
|
||||
vsver: 120
|
||||
# -------------------------------------------------------------------------------------------
|
||||
- builder: msbuild
|
||||
vsver: 140
|
||||
linkmode: shared
|
||||
|
||||
# - builder: msbuild
|
||||
# vsver: 140
|
||||
# linkmode: static_md
|
||||
|
||||
# - builder: msbuild
|
||||
# vsver: 140
|
||||
# linkmode: static_mt
|
||||
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
@ -155,8 +155,7 @@ before_build:
|
||||
}
|
||||
popd
|
||||
write-host "`nVisual Studio $yyyy CLI variables set." -ForegroundColor Yellow
|
||||
|
||||
|
||||
|
||||
# MySQL
|
||||
- ps: |
|
||||
if ($env:platform -eq "Win32")
|
||||
|
Loading…
x
Reference in New Issue
Block a user