Skip to content

Commit 9204513

Browse files
committed
AppVeyor should test against stable & beta
1 parent e93a38c commit 9204513

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

appveyor.yml

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
version: "{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

520
install:
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

1123
build_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

1526
test: off
16-
1727
deploy: off

0 commit comments

Comments
 (0)