File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 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 )
2
5
3
6
Adds syntax highlighting and snippets to C/C++ files in Atom.
4
7
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments