Add commented static_md/static_mt linkmode. Remove suffix setting.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2015-12-16 12:33:41 +01:00
parent 84ca8a0a87
commit a61384d953

View File

@ -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")