1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-09 09:08:31 +00:00
re3/.appveyor.yml
2019-05-19 23:34:09 +02:00

18 lines
403 B
YAML

image: Visual Studio 2017
configuration: 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/ReleaseCI/re3.dll