From 2e6a48f1d52b8de70e87069f257927bf46564fba Mon Sep 17 00:00:00 2001 From: akhmadullinrustam Date: Mon, 9 Dec 2024 10:56:04 +0000 Subject: [PATCH 1/2] update README.md. Signed-off-by: akhmadullinrustam --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7a3f4e6fd076..d07be0627085 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,12 @@ The LLVM project has adopted a [code of conduct](https://llvm.org/docs/CodeOfCon participants to all modes of communication within the project. For the llvm construction of openharmony, please refer to [llvm-build](https://gitee.com/openharmony-sig/third_party_llvm-project/blob/master/llvm-build/README.md). + +## run pipeline to check +Write comments +``` +ggw build start +ggw build start toolchain simple +ggw build start toolchain full +ggw build start toolchain debugger +``` \ No newline at end of file -- Gitee From 143ccaa77daf4372fe6699de1d30f1aa31b48c41 Mon Sep 17 00:00:00 2001 From: akhmadullinrustam Date: Wed, 11 Dec 2024 09:43:48 +0000 Subject: [PATCH 2/2] update README.md. Signed-off-by: akhmadullinrustam --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d07be0627085..5f27e1f7a89c 100644 --- a/README.md +++ b/README.md @@ -125,10 +125,16 @@ participants to all modes of communication within the project. For the llvm construction of openharmony, please refer to [llvm-build](https://gitee.com/openharmony-sig/third_party_llvm-project/blob/master/llvm-build/README.md). ## run pipeline to check -Write comments +Write comments to check regression tests and common test suites ``` ggw build start ggw build start toolchain simple +``` +Write comment to check regression tests, common test suites and ace tests +``` ggw build start toolchain full +``` +Write comment to check regression tests, common test suites and lldb-api tests +``` ggw build start toolchain debugger ``` \ No newline at end of file -- Gitee