This is an automated email from the ASF dual-hosted git repository. klesh pushed a commit to branch kw-193-compile-dc in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit eab59035fcd0f3d8cb343d9e48fcf1ad0cf01c30 Author: Klesh Wong <[email protected]> AuthorDate: Fri Sep 2 22:11:47 2022 +0800 docs: add compiling doc --- docs/DeveloperManuals/DeveloperSetup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/DeveloperManuals/DeveloperSetup.md b/docs/DeveloperManuals/DeveloperSetup.md index ef7ffa2a..6ccce244 100644 --- a/docs/DeveloperManuals/DeveloperSetup.md +++ b/docs/DeveloperManuals/DeveloperSetup.md @@ -129,3 +129,9 @@ MySQL and Grafana containers. 12. For DB migrations, please refer to [Migration Doc](../DeveloperManuals/DBMigration.md). +13. Compiling + + - Compile all plugins: `make build-plugin` + - Compile specific plugins: `PLUGIN=<PLUGIN_NAME> make build-plugin` + - Compile server: `make build` + - Compile worker: `make build-worker`
