2015-11-11 01:37:01 +03:00
|
|
|
version: "{build}"
|
|
|
|
|
|
|
|
skip_tags: true
|
|
|
|
clone_folder: c:\projects\atom
|
|
|
|
clone_depth: 10
|
|
|
|
|
|
|
|
platform:
|
|
|
|
- x86
|
|
|
|
|
|
|
|
environment:
|
|
|
|
global:
|
|
|
|
ATOM_DEV_RESOURCE_PATH: c:\projects\atom
|
|
|
|
ATOM_ACCESS_TOKEN:
|
|
|
|
secure: Q7vxmSq0bVCLTTRPzXw5ZhPTe7XYhWxX0tQV6neEkddTH6pZkOYNmSCG6VnMX2f+
|
2016-07-26 19:29:25 +03:00
|
|
|
ATOM_NOISY_BUILD: 1
|
2015-11-11 01:37:01 +03:00
|
|
|
|
|
|
|
matrix:
|
2016-07-26 19:29:25 +03:00
|
|
|
- NODE_VERSION: 4.4.5
|
2015-11-11 01:37:01 +03:00
|
|
|
|
|
|
|
install:
|
|
|
|
- SET PATH=C:\Program Files\Atom\resources\cli;%PATH%
|
|
|
|
- ps: Install-Product node $env:NODE_VERSION $env:PLATFORM
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
- cd %APPVEYOR_BUILD_FOLDER%
|
2016-02-03 01:35:36 +03:00
|
|
|
- C:\projects\atom\script\cibuild.cmd
|
2015-11-11 01:37:01 +03:00
|
|
|
|
|
|
|
test: off
|
|
|
|
deploy: off
|
|
|
|
artifacts:
|
2016-02-03 01:35:36 +03:00
|
|
|
- path: out\**\AtomSetup.exe
|
2016-02-03 05:41:49 +03:00
|
|
|
name: AtomSetup.exe
|
2016-05-20 00:49:38 +03:00
|
|
|
- path: out\**\AtomSetup.msi
|
|
|
|
name: AtomSetup.msi
|
2015-11-11 01:37:01 +03:00
|
|
|
|
|
|
|
cache:
|
2016-07-22 18:53:58 +03:00
|
|
|
- '%APPVEYOR_BUILD_FOLDER%\build\node_modules'
|
|
|
|
- '%APPVEYOR_BUILD_FOLDER%\apm\node_modules'
|
|
|
|
- '%APPVEYOR_BUILD_FOLDER%\node_modules'
|
2015-11-11 01:37:01 +03:00
|
|
|
- '%USERPROFILE%\.atom\.apm'
|
|
|
|
- '%USERPROFILE%\.atom\.node-gyp\.atom'
|
|
|
|
- '%USERPROFILE%\.atom\.npm'
|