From 22240589fc55d615d23f63b19776757185b0f1d7 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 16 May 2014 08:47:59 -0700 Subject: [PATCH] Experiment with tests and multiple platforms. --- appveyor.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0944b2bd..056abb90 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,7 @@ +platform: + - x86 + - x64 + install: - set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH% @@ -8,6 +12,5 @@ build: test_script: - msbuild RUN_TESTS.vcxproj - -artifacts: - - path: Testing/Temporary/LastTest.log + - appveyor PushArtifact Testing/Temporary/LastTest.log + - appveyor AddTest test