set suffix to 64 when buildinw for x64

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2015-12-15 15:15:48 +01:00
parent 106e47c385
commit fbb87437c5

View File

@ -111,7 +111,7 @@ before_test:
after_test:
test_script:
- set suffix
- if %platform%==x64 ( set suffix=64 )
- if %configuration%==release ( build\script\runtests2.cmd !suffix! )
#
# Unable to get a correct result with powershell...