Build for boot-properties

This commit is contained in:
BoykoAlex
2017-11-23 17:02:33 -05:00
parent 78fcd14bca
commit 37b7c3b6bf
5 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
version: "{build}"
platform: x64
branches:
only:
- master
clone_depth: 10
skip_tags: true
environment:
APM_TEST_PACKAGES:
matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta
install:
- ps: Install-Product node 6
build_script:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
test: off
deploy: off