mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +03:00
20 lines
250 B
YAML
20 lines
250 B
YAML
shallow_clone: true
|
|
|
|
os:
|
|
- Visual Studio 2019
|
|
|
|
environment:
|
|
matrix:
|
|
- TOOLSET: vs2017
|
|
# - TOOLSET: vs2019
|
|
|
|
configuration:
|
|
- Debug
|
|
- Release
|
|
|
|
install:
|
|
tools\bin\windows\genie %TOOLSET%
|
|
|
|
build:
|
|
project: .build/projects/$(TOOLSET)/bx.sln
|