mirror of
https://github.com/atom/atom.git
synced 2026-02-07 05:05:02 -05:00
Create Windows installer after the tests have run
This commit is contained in:
15
appveyor.yml
15
appveyor.yml
@@ -31,19 +31,20 @@ install:
|
||||
- npm install -g npm
|
||||
|
||||
build_script:
|
||||
- IF NOT EXIST C:\sqtemp MKDIR C:\sqtemp
|
||||
- SET SQUIRREL_TEMP=C:\sqtemp
|
||||
- CD %APPVEYOR_BUILD_FOLDER%
|
||||
- IF [%APPVEYOR_REPO_BRANCH:~-9%]==[-releases] (
|
||||
script\build.cmd --code-sign --create-windows-installer --compress-artifacts
|
||||
) ELSE (
|
||||
script\build.cmd --code-sign --compress-artifacts
|
||||
)
|
||||
- script\build.cmd --code-sign --compress-artifacts
|
||||
|
||||
test_script:
|
||||
- script\lint.cmd
|
||||
- script\test.cmd
|
||||
|
||||
after_test:
|
||||
- IF [%APPVEYOR_REPO_BRANCH:~-9%]==[-releases] (
|
||||
IF NOT EXIST C:\sqtemp MKDIR C:\sqtemp
|
||||
SET SQUIRREL_TEMP=C:\sqtemp
|
||||
script\build.cmd --existing-artifacts --code-sign --create-windows-installer
|
||||
)
|
||||
|
||||
deploy: off
|
||||
artifacts:
|
||||
- path: out\AtomSetup.exe
|
||||
|
||||
Reference in New Issue
Block a user