re3/.appveyor.yml

24 lines
453 B
YAML
Raw Normal View History

2019-07-20 15:13:16 +02:00
version: 1.0.{build}
2019-10-13 00:35:01 +02:00
image: Visual Studio 2019
2019-06-13 11:12:42 +02:00
configuration:
2019-07-20 15:13:16 +02:00
- Debug
- Release
2020-04-28 21:46:53 +02:00
platform:
- win-x86-librw_d3d9-mss
2019-05-19 23:05:06 +02:00
environment:
APPVEYOR_SAVE_CACHE_ON_ERROR: true
install:
2019-07-20 15:13:16 +02:00
- cmd: >-
git submodule update --init --recursive
2019-07-20 15:39:51 +02:00
2020-04-29 11:44:26 +02:00
premake5 vs2019 --with-librw
2019-07-20 15:39:51 +02:00
2020-04-17 15:46:34 +02:00
build:
project: build/re3.sln
verbosity: minimal
2019-07-20 15:13:16 +02:00
artifacts:
2020-04-28 21:46:53 +02:00
- path: bin/%PLATFORM%/%CONFIGURATION%/re3.exe
2020-04-17 15:46:34 +02:00
name: re3.exe
2020-04-28 21:46:53 +02:00
- path: bin/%PLATFORM%/%CONFIGURATION%/re3.pdb
2020-04-15 00:56:02 +02:00
name: re3.pdb