Cxbx-Reloaded/appveyor.yml

15 lines
273 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
configuration:
- Release
- Debug
build:
project: build/win32/Cxbx.sln
parallel: true
verbosity: minimal
artifacts:
- path: export\Release.zip
- path: export\Debug.zip