mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 09:09:15 +01:00
AppVeyor
This commit is contained in:
parent
c4f9b9573f
commit
9b78f232e5
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
|
@ -1,5 +1,5 @@
|
|||||||
workspace "re3"
|
workspace "re3"
|
||||||
configurations { "Release","Debug" }
|
configurations { "ReleaseCI", "Release", "Debug" }
|
||||||
location "build"
|
location "build"
|
||||||
|
|
||||||
files { "src/*.*" }
|
files { "src/*.*" }
|
||||||
@ -41,3 +41,7 @@ project "re3"
|
|||||||
debugdir "C:/Users/aap/games/gta3_re"
|
debugdir "C:/Users/aap/games/gta3_re"
|
||||||
debugcommand "C:/Users/aap/games/gta3_re/gta3.exe"
|
debugcommand "C:/Users/aap/games/gta3_re/gta3.exe"
|
||||||
postbuildcommands "copy /y \"$(TargetPath)\" \"C:\\Users\\aap\\games\\gta3_re\\plugins\\re3.dll\""
|
postbuildcommands "copy /y \"$(TargetPath)\" \"C:\\Users\\aap\\games\\gta3_re\\plugins\\re3.dll\""
|
||||||
|
filter "configurations:ReleaseCI"
|
||||||
|
defines { "NDEBUG" }
|
||||||
|
optimize "On"
|
||||||
|
flags { "StaticRuntime" }
|
||||||
|
Loading…
Reference in New Issue
Block a user