15 lines
273 B
YAML
15 lines
273 B
YAML
![]() |
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
|