Skip to content

Commit

Permalink
⬆️ Upgrade AppVeyor CI Config
Browse files Browse the repository at this point in the history
  • Loading branch information
steelbrain committed Feb 29, 2016
1 parent 1cd9fb3 commit b9bffc8
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
version: "{build}"
os: Windows Server 2012 R2

test: off
deploy: off
platform: x64

branches:
only:
- master

skip_tags: true

init:
- cmd: rd /s /q %CHOCOLATEYINSTALL%
- ps: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
environment:
APM_TEST_PACKAGES:

matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta

install:
- cinst atom -y
- cd %APPVEYOR_BUILD_FOLDER%
- "%LOCALAPPDATA%/atom/bin/apm install"
- ps: Install-Product node 5

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'))

branches:
only:
- master
test: off
deploy: off

0 comments on commit b9bffc8

Please sign in to comment.