re3/.appveyor.yml

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