We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93a38c commit 9204513Copy full SHA for 9204513
appveyor.yml
@@ -1,17 +1,27 @@
1
version: "{build}"
2
3
-os: Windows Server 2012 R2
+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
19
20
install:
- - choco install atom -y
- - cd %APPVEYOR_BUILD_FOLDER%
- - "%LOCALAPPDATA%/atom/bin/apm clean"
- - "%LOCALAPPDATA%/atom/bin/apm install"
21
+ - ps: Install-Product node 4
22
23
build_script:
- - "%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'))
25
26
test: off
-
27
deploy: off
0 commit comments