From b66ca4f3266d4b092bd358b7227d628fc6cb14fe Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Thu, 15 Jun 2017 11:49:10 +0300 Subject: use 2 images to build on appveyor --- appveyor.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 20c502b..a42990f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,6 @@ -os: Visual Studio 2017 +image: +- Visual Studio 2015 +- Visual Studio 2017 version: "{branch}-{build}" @@ -9,10 +11,10 @@ install: - ps: Import-Module CoApp build_script: - - ps: .\scripts\nuget_build.ps1 + - ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2017"){.\scripts\nuget_build.ps1} test_script: - - ps: .\tests\autotest-appveyor.ps1 + - ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2015"){.\tests\autotest-appveyor.ps1} artifacts: - path: .\scripts\*.nupkg \ No newline at end of file -- cgit v1.2.3