Cxbx-Reloaded/appveyor.yml

18 lines
305 B
YAML
Raw Normal View History

2017-02-15 20:37:47 +00:00
init:
- ps: Update-AppveyorBuild -Version "$env:appveyor_repo_commit"
branches:
only:
- master
2017-05-02 15:10:08 +00:00
image:
- Visual Studio 2017
2017-02-15 20:37:47 +00:00
configuration:
- Release
- Debug
build:
project: build/win32/Cxbx.sln
parallel: true
verbosity: minimal
artifacts:
- path: export\Release.zip
2017-05-02 15:10:08 +00:00
- path: export\Debug.zip