mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
21 lines
289 B
YAML
21 lines
289 B
YAML
shallow_clone: true
|
|
|
|
os:
|
|
- Visual Studio 2015
|
|
|
|
environment:
|
|
matrix:
|
|
- TOOLSET: vs2010
|
|
- TOOLSET: vs2012
|
|
- TOOLSET: vs2013
|
|
- TOOLSET: vs2015
|
|
|
|
configuration:
|
|
- Debug
|
|
- Release
|
|
|
|
install:
|
|
tools\bin\windows\genie %TOOLSET%
|
|
|
|
build:
|
|
project: .build/projects/$(TOOLSET)/bx.sln
|