mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Copy AppVeyor configuration from atom/keyboard-layout
This commit is contained in:
13
appveyor.yml
13
appveyor.yml
@@ -1,9 +1,10 @@
|
||||
version: "{build}"
|
||||
os: Windows Server 2012 R2
|
||||
environment:
|
||||
nodejs_version: "0.10"
|
||||
|
||||
test: off
|
||||
deploy: off
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
|
||||
build_script:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
test_script:
|
||||
- "script/cibuild"
|
||||
|
||||
build: off
|
||||
|
||||
Reference in New Issue
Block a user