From 5adfcdb7a8d7a0b64a1b653ade5615aeeb793a46 Mon Sep 17 00:00:00 2001 From: FrancisANDRE Date: Mon, 14 Dec 2015 19:12:47 +0100 Subject: [PATCH] Run tests with proper arch. Signed-off-by: FrancisANDRE --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3258cc9c1..a71625b6a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -72,10 +72,12 @@ before_build: if ($env:platform -eq "Win32") { & "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86 + $env:archsize = } if ($env:platform -eq "x64") { & "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64 + $env:archsize = 64 } } if ($env:builder -eq "140") @@ -115,7 +117,7 @@ before_test: after_test: test_script: - - build\script\runtests2.cmd + - build\script\runtests2.cmd %archsize% on_success: