Cxbx-Reloaded/appveyor.yml

27 lines
572 B
YAML
Raw Normal View History

# Documentation is here: https://www.appveyor.com/docs/appveyor-yml/
2017-02-15 20:37:47 +00:00
init:
- ps: Update-AppveyorBuild -Version "$env:appveyor_repo_commit"
2018-02-15 23:36:25 +00:00
image:
# If this is modified, please also update the build script
- Visual Studio 2017
2017-02-15 20:37:47 +00:00
configuration:
2018-02-15 23:36:25 +00:00
# The builds will be run in this order
- Release
- Debug
2018-02-15 23:36:25 +00:00
build_script:
- cmd: appveyor-build.bat %CONFIGURATION%
2018-02-14 22:09:59 +00:00
after_build:
2018-02-15 23:36:25 +00:00
- cmd: appveyor-gather.bat %CONFIGURATION%
2017-02-15 20:37:47 +00:00
artifacts:
- 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