2019-05-19 23:05:06 +02:00
|
|
|
image: Visual Studio 2017
|
2019-06-13 11:12:42 +02:00
|
|
|
configuration:
|
|
|
|
- DebugCI
|
|
|
|
- ReleaseCI
|
2019-05-19 23:05:06 +02:00
|
|
|
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
|
2019-05-19 23:30:54 +02:00
|
|
|
artifacts:
|
2019-06-13 11:12:42 +02:00
|
|
|
path: bin/%CONFIGURATION%/re3.dll
|
|
|
|
|