Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
AppVeyor should test against stable & beta
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng committed Jun 25, 2016
1 parent e9e3969 commit db3a6cc
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions appveyor.yml
@@ -1,17 +1,27 @@
version: "{build}"

os: Windows Server 2012 R2
platform: x64

branches:
only:
- master

clone_depth: 10

skip_tags: true

environment:
APM_TEST_PACKAGES:

matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta

install:
- choco install atom -y
- cd %APPVEYOR_BUILD_FOLDER%
- "%LOCALAPPDATA%/atom/bin/apm clean"
- "%LOCALAPPDATA%/atom/bin/apm install"
- ps: Install-Product node 4

build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- "%LOCALAPPDATA%/atom/bin/apm test --path %LOCALAPPDATA%/atom/bin/atom.cmd"
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))

test: off

deploy: off

0 comments on commit db3a6cc

Please sign in to comment.