Magic_Game/appveyor.yml

16 lines
215 B
YAML

version: 1.0.{build}
branches:
only:
- configure_ci
configuration:
- Debug
- Release
platform:
- Win32
- x64
before_build:
- ps: nuget restore
build:
project: ./Kiwano.sln
parallel: true
verbosity: minimal