mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 13:30:33 +00:00
AppVeyor
This commit is contained in:
parent
c4f9b9573f
commit
9b78f232e5
2 changed files with 20 additions and 1 deletions
15
.appveyor.yml
Normal file
15
.appveyor.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue