mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
Added Appveyor.
This commit is contained in:
19
.appveyor.yml
Normal file
19
.appveyor.yml
Normal file
@@ -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,6 +2,7 @@
|
||||
============================================================================
|
||||
|
||||
[](https://travis-ci.org/bkaradzic/bgfx)
|
||||
[](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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user