pulsar/appveyor.yml

59 lines
1.2 KiB
YAML
Raw Normal View History

2016-11-03 18:06:37 +03:00
image: Visual Studio 2015
version: "{build}"
skip_tags: true
clone_folder: c:\projects\atom
clone_depth: 10
platform:
2016-10-22 02:47:25 +03:00
- x64
2017-04-05 01:34:00 +03:00
- x86
environment:
global:
ATOM_DEV_RESOURCE_PATH: c:\projects\atom
matrix:
2016-11-30 08:42:47 +03:00
- NODE_VERSION: 6.8.0
matrix:
fast_finish: true
install:
- SET PATH=C:\Program Files\Atom\resources\cli;%PATH%
- ps: Install-Product node $env:NODE_VERSION $env:PLATFORM
- npm install -g npm
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- script\build.cmd --code-sign --create-windows-installer --compress-artifacts
2016-09-09 13:07:03 +03:00
test_script:
- script\lint.cmd
2016-09-09 13:07:03 +03:00
- script\test.cmd
deploy: off
artifacts:
2016-08-08 17:02:57 +03:00
- path: out\AtomSetup.exe
2016-02-03 05:41:49 +03:00
name: AtomSetup.exe
2016-08-08 17:02:57 +03:00
- path: out\AtomSetup.msi
name: AtomSetup.msi
- path: out\atom-windows.zip
name: atom-windows.zip
2016-08-08 17:02:57 +03:00
- path: out\RELEASES
name: RELEASES
2016-08-08 17:32:27 +03:00
- path: out\atom-*-delta.nupkg
name: atom-delta.nupkg
- path: out\atom-*-full.nupkg
name: atom-full.nupkg
cache:
2016-08-02 15:04:45 +03:00
- '%APPVEYOR_BUILD_FOLDER%\script\node_modules'
- '%APPVEYOR_BUILD_FOLDER%\apm\node_modules'
- '%APPVEYOR_BUILD_FOLDER%\node_modules'
- '%APPVEYOR_BUILD_FOLDER%\electron'
- '%USERPROFILE%\.atom\.apm'
- '%USERPROFILE%\.atom\compile-cache'
2017-03-10 11:39:14 +03:00
- '%USERPROFILE%\.atom\snapshot-cache'