From cb0f1fb5efe5854ff506546812b306869f2417b5 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 1 Jun 2015 11:48:31 -0500 Subject: [PATCH] Fix env matrix setup, and use appveyor download utility to get CI script. --- appveyor.yml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9051290..a3b8e1d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,22 +12,15 @@ notifications: - grafikrobot@gmail.com on_build_status_changed: true -matrix: - - environment: - TOOLSET: vs-2008 - - environment: - TOOLSET: vs-2010 - - environment: - TOOLSET: vs-2012 - - environment: - TOOLSET: vs-2013 - - environment: - TOOLSET: vs-2015 - os: Visual Studio 2015 RC +environment: + matrix: + - TOOLSET: vs-2008 + - TOOLSET: vs-2010 + - TOOLSET: vs-2012 + - TOOLSET: vs-2013 init: - - choco install wget - - wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py" + - appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py" install: python script.py install before_build: python script.py before_build build_script: python script.py build_script