mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-01 02:15:54 +00:00
21 lines
424 B
YAML
21 lines
424 B
YAML
image: Visual Studio 2017
|
|
configuration:
|
|
- DebugCI
|
|
- ReleaseCI
|
|
platform:
|
|
- Win32
|
|
environment:
|
|
APPVEYOR_SAVE_CACHE_ON_ERROR: true
|
|
install:
|
|
- set PATH=%APPVEYOR_BUILD_FOLDER%/bin;%PATH%
|
|
before_build:
|
|
- mkdir "%APPVEYOR_BUILD_FOLDER%/build"
|
|
- cd "%APPVEYOR_BUILD_FOLDER%"
|
|
- premake5.exe vs2015
|
|
build:
|
|
project: c:\projects\re3\build\re3.sln
|
|
verbosity: minimal
|
|
artifacts:
|
|
path: bin/%CONFIGURATION%/re3.dll
|
|
|