mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
20 lines
396 B
YAML
20 lines
396 B
YAML
shallow_clone: true
|
|
|
|
os:
|
|
- Visual Studio 2017
|
|
|
|
environment:
|
|
matrix:
|
|
- TOOLSET: vs2017
|
|
|
|
configuration:
|
|
- Debug
|
|
- Release
|
|
|
|
install:
|
|
- git clone --depth 1 https://github.com/bkaradzic/bx ..\bx
|
|
- git clone --depth 1 https://github.com/bkaradzic/bimg ..\bimg
|
|
- ..\bx\tools\bin\windows\genie --with-tools --with-examples %TOOLSET%
|
|
|
|
build:
|
|
project: .build/projects/$(TOOLSET)/bgfx.sln
|