mirror of
https://github.com/holub/mame
synced 2025-10-05 00:38:58 +03:00
12 lines
251 B
YAML
12 lines
251 B
YAML
version: 1.0.{build}
|
|
branches:
|
|
only:
|
|
- master
|
|
configuration: Release
|
|
build:
|
|
build_script:
|
|
- md build
|
|
- cd %APPVEYOR_BUILD_FOLDER%\build
|
|
- cmake -G "Visual Studio 12 Win64" -DCMAKE_BUILD_TYPE=Release ..
|
|
- cmake --build . --config Release
|