blob: 278d6812c2abc1849fa26ffa27b81f75ee8f7357 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
version: 1.0.{build}
image: Visual Studio 2019
configuration:
- Debug
- Release
platform:
- win-x86-librw_d3d9-mss
environment:
APPVEYOR_SAVE_CACHE_ON_ERROR: true
install:
- cmd: >-
git submodule update --init --recursive
premake5 vs2019 --with-librw
build:
project: build/re3.sln
verbosity: minimal
artifacts:
- path: bin/%PLATFORM%/%CONFIGURATION%/re3.exe
name: re3.exe
- path: bin/%PLATFORM%/%CONFIGURATION%/re3.pdb
name: re3.pdb
|