Re3/.appveyor.yml

24 lines
453 B
YAML
Raw Normal View History

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
2020-04-28 15:46:53 -04:00
platform:
- win-x86-librw_d3d9-mss
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-29 05:44:26 -04:00
premake5 vs2019 --with-librw
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-28 15:46:53 -04:00
- path: bin/%PLATFORM%/%CONFIGURATION%/re3.exe
2020-04-17 09:46:34 -04:00
name: re3.exe
2020-04-28 15:46:53 -04:00
- path: bin/%PLATFORM%/%CONFIGURATION%/re3.pdb
2020-04-14 18:56:02 -04:00
name: re3.pdb