From 83ff76d7456c3218fa3afa0d59230a08f1a0c793 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 11 Jun 2015 21:24:27 -0500 Subject: [PATCH] Add address-model and variant specs for Appveyor CI. --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 4f4b2f3..8c84f48 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,14 @@ environment: - TOOLSET: vs-2012 - TOOLSET: vs-2013 +platform: + - 32 + - 64 + +configuration: + - debug + - release + init: - cd %APPVEYOR_BUILD_FOLDER%/.. - appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"