From 9b78f232e550a597b595afc0afa0884272f103a9 Mon Sep 17 00:00:00 2001 From: Filip Gawin Date: Sun, 19 May 2019 23:05:06 +0200 Subject: AppVeyor --- premake5.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'premake5.lua') diff --git a/premake5.lua b/premake5.lua index 67766af5..11e09b1b 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,5 +1,5 @@ workspace "re3" - configurations { "Release","Debug" } + configurations { "ReleaseCI", "Release", "Debug" } location "build" files { "src/*.*" } @@ -41,3 +41,7 @@ project "re3" debugdir "C:/Users/aap/games/gta3_re" debugcommand "C:/Users/aap/games/gta3_re/gta3.exe" postbuildcommands "copy /y \"$(TargetPath)\" \"C:\\Users\\aap\\games\\gta3_re\\plugins\\re3.dll\"" + filter "configurations:ReleaseCI" + defines { "NDEBUG" } + optimize "On" + flags { "StaticRuntime" } -- cgit v1.2.3