Skip to content

Commit e93a38c

Browse files
committed
Enable Windows builds on AppVeyor
1 parent 40f8db2 commit e93a38c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# C/C++ language support in Atom [![Build Status](https://travis-ci.org/atom/language-c.svg?branch=master)](https://travis-ci.org/atom/language-c)
1+
# C/C++ language support in Atom
2+
[![OS X Build Status](https://travis-ci.org/atom/language-c.svg?branch=master)](https://travis-ci.org/atom/language-c)
3+
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/8oy1hmp4yrij7c32/branch/master?svg=true)](https://ci.appveyor.com/project/Atom/language-c/branch/master)
4+
[![Dependency Status](https://david-dm.org/atom/language-c.svg)](https://david-dm.org/atom/language-c)
25

36
Adds syntax highlighting and snippets to C/C++ files in Atom.
47

appveyor.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: "{build}"
2+
3+
os: Windows Server 2012 R2
4+
5+
install:
6+
- choco install atom -y
7+
- cd %APPVEYOR_BUILD_FOLDER%
8+
- "%LOCALAPPDATA%/atom/bin/apm clean"
9+
- "%LOCALAPPDATA%/atom/bin/apm install"
10+
11+
build_script:
12+
- cd %APPVEYOR_BUILD_FOLDER%
13+
- "%LOCALAPPDATA%/atom/bin/apm test --path %LOCALAPPDATA%/atom/bin/atom.cmd"
14+
15+
test: off
16+
17+
deploy: off

0 commit comments

Comments
 (0)