This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : " {build}"
22
3- os : Windows Server 2012 R2
3+ platform : x64
4+
5+ branches :
6+ only :
7+ - master
8+
9+ clone_depth : 10
10+
11+ skip_tags : true
12+
13+ environment :
14+ APM_TEST_PACKAGES :
15+
16+ matrix :
17+ - ATOM_CHANNEL : stable
18+ - ATOM_CHANNEL : beta
419
520install :
6- - choco install atom -y
7- - cd %APPVEYOR_BUILD_FOLDER%
8- - " %LOCALAPPDATA%/atom/bin/apm clean"
9- - " %LOCALAPPDATA%/atom/bin/apm install"
21+ - ps : Install-Product node 4
1022
1123build_script :
12- - cd %APPVEYOR_BUILD_FOLDER%
13- - " %LOCALAPPDATA%/atom/bin/apm test --path %LOCALAPPDATA%/atom/bin/atom.cmd"
24+ - ps : iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
1425
1526test : off
16-
1727deploy : off
You can’t perform that action at this time.
0 commit comments