Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Enable Windows builds on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng committed Jun 14, 2016
1 parent 2f64544 commit 9f55beb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# YAML language support in Atom [![Build Status](https://travis-ci.org/atom/language-yaml.svg?branch=master)](https://travis-ci.org/atom/language-yaml)
# YAML language support in Atom
[![OS X Build Status](https://travis-ci.org/atom/language-yaml.svg?branch=master)](https://travis-ci.org/atom/language-yaml)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/eaa4ql7kipgphc2n/branch/master?svg=true)](https://ci.appveyor.com/project/Atom/language-yaml/branch/master)
[![Dependency Status](https://david-dm.org/atom/language-yaml.svg)](https://david-dm.org/atom/language-yaml)

Adds syntax highlighting to YAML files in Atom.

Originally [converted](http://atom.io/docs/latest/converting-a-text-mate-bundle)
from the [YAML TextMate bundle](https://github.com/textmate/yaml.tmbundle).
Originally [converted](http://atom.io/docs/latest/converting-a-text-mate-bundle) from the [YAML TextMate bundle](https://github.com/textmate/yaml.tmbundle).

Contributions are greatly appreciated. Please fork this repository and open a
pull request to add snippets, make grammar tweaks, etc.
Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: "{build}"

os: Windows Server 2012 R2

install:
- choco install atom -y
- cd %APPVEYOR_BUILD_FOLDER%
- "%LOCALAPPDATA%/atom/bin/apm clean"
- "%LOCALAPPDATA%/atom/bin/apm install"

build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- "%LOCALAPPDATA%/atom/bin/apm test --path %LOCALAPPDATA%/atom/bin/atom.cmd"

test: off

deploy: off

0 comments on commit 9f55beb

Please sign in to comment.