瀏覽代碼

Added Appveyor.

Branimir Karadžić 10 年之前
父節點
當前提交
7e59324f9f
共有 2 個文件被更改,包括 21 次插入0 次删除
  1. 19 0
      .appveyor.yml
  2. 2 0
      README.md

+ 19 - 0
.appveyor.yml

@@ -0,0 +1,19 @@
+shallow_clone: true
+
+os:
+  - Visual Studio 2015
+
+environment:
+  matrix:
+  - TOOLSET: vs2015
+
+configuration:
+  - Debug
+  - Release
+
+install:
+  - git clone https://github.com/bkaradzic/bx ..\bx
+  - ..\bx\tools\bin\windows\genie %TOOLSET%
+
+build:
+  project: .build/projects/$(TOOLSET)/bgfx.sln

+ 2 - 0
README.md

@@ -2,6 +2,7 @@
 ============================================================================
 
 [![Build Status](https://travis-ci.org/bkaradzic/bgfx.svg?branch=master)](https://travis-ci.org/bkaradzic/bgfx)
+[![Build status](https://ci.appveyor.com/api/projects/status/ipa3ojgeaet1oko5?svg=true)](https://ci.appveyor.com/project/bkaradzic/bgfx)
 
 [What is it?](https://bkaradzic.github.io/bgfx/overview.html)
 -------------------------------------------------------------
@@ -58,6 +59,7 @@ Languages:
 Build
 -----
 
+ - AppVeyor https://ci.appveyor.com/project/bkaradzic/bgfx
  - TeamCity https://tc27.draster.com/guestAuth/overview.html
  - TravisCI https://travis-ci.org/bkaradzic/bgfx