setup new build script

This commit is contained in:
Allen Webster
2021-08-20 23:45:00 -07:00
parent 5ebb2fbfd9
commit 500c310bcc
11 changed files with 563 additions and 1 deletions
+12
View File
@@ -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";