From 2d186820cf05ea74f200eebea056ccc9be35d0b0 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Wed, 9 Aug 2017 09:28:37 -0400 Subject: [PATCH] The matrix will be slightly prettier this way <_< >_> --- appveyor.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ae5f97d7b..c366f7afa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,9 +23,7 @@ environment: matrix: - TASK: test - BUILD_ARG: - TASK: installer - BUILD_ARG: --create-windows-installer matrix: fast_finish: true @@ -38,6 +36,12 @@ install: build_script: - CD %APPVEYOR_BUILD_FOLDER% + - | + IF [%TASK%]==[installer] ( + SET BUILD_ARG=--create-windows-installer + ) ELSE ( + SET BUILD_ARG= + ) - script\build.cmd --code-sign --compress-artifacts %BUILD_ARG% test_script: