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