Cxbx-Reloaded/appveyor.yml

23 lines
564 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
2017-07-13 19:37:23 +00:00
clone_script:
- cmd: >-
git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
cd %APPVEYOR_BUILD_FOLDER%
git checkout -qf %APPVEYOR_REPO_COMMIT%
git submodule update --init --recursive