30 lines
422 B
YAML
30 lines
422 B
YAML
|
|
init:
|
|
- git config --global core.autocrlf input
|
|
|
|
clone_folder: C:\projects\ukncbtl
|
|
shallow_clone: true
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
matrix:
|
|
fast_finish: false
|
|
|
|
configuration:
|
|
- Debug
|
|
- Release
|
|
- Product
|
|
|
|
environment:
|
|
matrix:
|
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
|
toolchain: msvc15
|
|
platform: x86
|
|
PROJECTFILE: UKNCBTL-VS2015.sln
|
|
|
|
build:
|
|
project: emulator\$(PROJECTFILE)
|
|
|