mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Add AppVeyor configuration
This commit is contained in:
9
appveyor.yml
Normal file
9
appveyor.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "{build}"
|
||||
os: Windows Server 2012 R2
|
||||
|
||||
test: off
|
||||
deploy: off
|
||||
|
||||
build_script:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
- script/cibuild
|
||||
Reference in New Issue
Block a user