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
|
2017-12-07 00:14:07 +00:00
|
|
|
after_build:
|
2017-12-07 09:40:19 +00:00
|
|
|
- cmd: PackageBuild.bat %CONFIGURATION%
|
2017-02-15 20:37:47 +00:00
|
|
|
artifacts:
|
2017-12-07 14:02:31 +00:00
|
|
|
- path: export/*.zip
|
2017-07-13 19:42:58 +00:00
|
|
|
install:
|
|
|
|
# Git clone happens between init and install
|
2017-12-07 14:02:31 +00:00
|
|
|
- cmd: git submodule update --init --recursive
|