Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
👷 sets up appveyor ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Nov 12, 2016
1 parent 4bf0913 commit d59cf04
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions appveyor.yml
@@ -0,0 +1,23 @@
### Project specific config ###
environment:
APM_TEST_PACKAGES:
ATOM_LINT_WITH_BUNDLED_NODE: "true"

matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta

### Generic setup follows ###
build_script:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))

branches:
only:
- master

version: "{build}"
platform: x64
clone_depth: 10
skip_tags: true
test: off
deploy: off

0 comments on commit d59cf04

Please sign in to comment.