The matrix will be slightly prettier this way <_< >_>

This commit is contained in:
Ash Wilson 2017-08-09 09:28:37 -04:00
parent 1233bbccb0
commit 2d186820cf
No known key found for this signature in database
GPG Key ID: 437900036C5A4049

View File

@ -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: