OpenRCT2/appveyor.yml

13 lines
276 B
YAML
Raw Normal View History

2015-12-12 20:41:54 +01:00
version: 0.0.4.{build}
2016-01-04 18:26:02 +01:00
os: Previous Visual Studio 2015
2015-08-30 17:51:41 +02:00
build_script:
2015-12-12 20:41:54 +01:00
- ps: >-
.\setenv.ps1
install
publish -Server AppVeyor -BuildNumber $env:APPVEYOR_BUILD_NUMBER -GitBranch $env:APPVEYOR_REPO_BRANCH
artifacts:
- path: .\artifacts\openrct2.zip
name: OpenRCT2