mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-06 13:41:31 +01:00
Add commented static_md/static_mt linkmode. Remove suffix setting.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
84ca8a0a87
commit
a61384d953
18
appveyor.yml
18
appveyor.yml
@ -6,7 +6,6 @@ cache:
|
||||
services:
|
||||
- mysql
|
||||
- mongodb
|
||||
- mssql2014
|
||||
|
||||
platform:
|
||||
- Win32
|
||||
@ -48,15 +47,21 @@ environment:
|
||||
- builder: 120
|
||||
linkmode: shared
|
||||
|
||||
- builder: 140
|
||||
linkmode: shared
|
||||
|
||||
# - builder: 120
|
||||
# linkmode: static_md
|
||||
|
||||
# - builder: 120
|
||||
# linkmode: static_mt
|
||||
|
||||
- builder: 140
|
||||
linkmode: shared
|
||||
|
||||
# - builder: 140
|
||||
# linkmode: static_md
|
||||
|
||||
# - builder: 140
|
||||
# linkmode: static_mt
|
||||
|
||||
|
||||
|
||||
before_build:
|
||||
@ -114,12 +119,11 @@ before_test:
|
||||
after_test:
|
||||
|
||||
test_script:
|
||||
- set suffix=""
|
||||
- if %platform%==x64 ( set suffix=64 )
|
||||
- if %configuration%==release ( build\script\runtests2.cmd !suffix! )
|
||||
- if %configuration%==release (build\script\runtests2.cmd !suffix!)
|
||||
#
|
||||
# Unable to get a correct result with powershell...
|
||||
# Job last more than one hour
|
||||
# Job lasts more than one hour
|
||||
#
|
||||
# - ps: |
|
||||
# if ($env:configuration -eq "release")
|
||||
|
Loading…
x
Reference in New Issue
Block a user