mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-31 20:00:07 +00:00
setup new build script
This commit is contained in:
@@ -50,8 +50,20 @@ command_list =
|
||||
{ "build_with_clang.bat", .os = "win" },
|
||||
},
|
||||
},
|
||||
{
|
||||
.name = "bld_core test",
|
||||
.out = "*compilation*",
|
||||
.footer_panel = true,
|
||||
.save_dirty_files = true,
|
||||
.cursor_at_end = false,
|
||||
.cmd =
|
||||
{
|
||||
{ "git_bash bin\\bld_core.sh", .os = "win" },
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
fkey_command[1] = "build";
|
||||
fkey_command[2] = "build_with_clang";
|
||||
|
||||
fkey_command[5] = "bld_core test";
|
||||
|
||||
Reference in New Issue
Block a user