re3/.appveyor.yml

27 lines
618 B
YAML
Raw Normal View History

2019-07-20 13:13:16 +00:00
version: 1.0.{build}
2019-10-12 22:35:01 +00:00
image: Visual Studio 2019
2019-06-13 09:12:42 +00:00
configuration:
2019-07-20 13:13:16 +00:00
- Debug
- Release
platform: Win32
2019-05-19 21:05:06 +00:00
environment:
APPVEYOR_SAVE_CACHE_ON_ERROR: true
install:
2019-07-20 13:13:16 +00:00
- cmd: >-
git submodule update --init --recursive
2019-07-20 13:39:51 +00:00
2020-04-17 13:46:34 +00:00
copy premake5.exe "librw/premake5.exe"
2019-07-20 13:39:51 +00:00
2020-04-17 13:46:34 +00:00
cd "librw" && premake5 vs2019 && msbuild "build/librw.sln" /property:Configuration=%CONFIGURATION% /property:Platform="win-x86-d3d9"
2019-07-20 13:39:51 +00:00
2020-04-17 13:46:34 +00:00
cd "%APPVEYOR_BUILD_FOLDER%" && premake5 vs2019
2019-07-20 13:39:51 +00:00
2020-04-17 13:46:34 +00:00
build:
project: build/re3.sln
verbosity: minimal
2019-07-20 13:13:16 +00:00
artifacts:
2020-04-17 13:46:34 +00:00
- path: bin/%CONFIGURATION%/re3.exe
name: re3.exe
2020-04-14 22:56:02 +00:00
- path: bin/%CONFIGURATION%/re3.pdb
name: re3.pdb