From 7e59324f9fc1194f483ad31aaa43bd5267c04508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 21 Jan 2016 21:05:36 -0800 Subject: [PATCH] Added Appveyor. --- .appveyor.yml | 19 +++++++++++++++++++ README.md | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 00000000..5fb3310c --- /dev/null +++ b/.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 diff --git a/README.md b/README.md index 4323cbb8..0bcfa096 100644 --- a/README.md +++ b/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