Cxbx-Reloaded/appveyor.yml

18 lines
305 B
YAML

init:
- ps: Update-AppveyorBuild -Version "$env:appveyor_repo_commit"
branches:
only:
- master
image:
- Visual Studio 2017
configuration:
- Release
- Debug
build:
project: build/win32/Cxbx.sln
parallel: true
verbosity: minimal
artifacts:
- path: export\Release.zip
- path: export\Debug.zip