mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Teach AppVeyor to run installer task for master branch
This commit is contained in:
@@ -45,7 +45,11 @@ build_script:
|
||||
IF [%APPVEYOR_REPO_BRANCH:~-9%]==[-releases] (
|
||||
script\build.cmd --code-sign --compress-artifacts --create-windows-installer
|
||||
) ELSE (
|
||||
ECHO Skipping installer and Atom build on non-release branch
|
||||
IF [%APPVEYOR_REPO_BRANCH%]==[master] (
|
||||
script\build.cmd --code-sign --compress-artifacts --create-windows-installer
|
||||
) ELSE (
|
||||
ECHO Skipping installer and Atom build on non-release branch
|
||||
)
|
||||
)
|
||||
) ELSE (
|
||||
ECHO Skipping installer build on non-installer build matrix row &&
|
||||
|
||||
Reference in New Issue
Block a user